Move grammar

This commit is contained in:
Aleksey Kladov 2018-07-29 16:20:11 +03:00
parent 959cd92045
commit b87291a8a4
2 changed files with 1 additions and 1 deletions

View file

@ -100,7 +100,7 @@ impl Grammar {
}
fn grammar_file() -> PathBuf {
base_dir().join("grammar.ron")
base_dir().join("src/grammar.ron")
}
fn generated_file() -> PathBuf {