mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 14:03:35 +00:00
Move grammar
This commit is contained in:
parent
959cd92045
commit
b87291a8a4
2 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ impl Grammar {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn grammar_file() -> PathBuf {
|
fn grammar_file() -> PathBuf {
|
||||||
base_dir().join("grammar.ron")
|
base_dir().join("src/grammar.ron")
|
||||||
}
|
}
|
||||||
|
|
||||||
fn generated_file() -> PathBuf {
|
fn generated_file() -> PathBuf {
|
||||||
|
|
Loading…
Reference in a new issue