diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-01-03 20:54:42 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-01-03 20:54:42 +0000 |
commit | 823c15215e65c9701504902ffbd80c576232942e (patch) | |
tree | c5b14d55dc4bd6788ac06ea83460a8d3a6266876 /xtask/src/codegen.rs | |
parent | cb160f2a3457a4c1e9ae0d0a9abd4e807af0c29a (diff) | |
parent | 084bd304f304e674fc3d5b132daf8a9f975064c9 (diff) |
Merge #2743
2743: Switch ast declaration from ron to a macro r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'xtask/src/codegen.rs')
-rw-r--r-- | xtask/src/codegen.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xtask/src/codegen.rs b/xtask/src/codegen.rs index 53f524f42..158cfc2d6 100644 --- a/xtask/src/codegen.rs +++ b/xtask/src/codegen.rs | |||
@@ -24,7 +24,6 @@ pub use self::{ | |||
24 | gen_syntax::generate_syntax, | 24 | gen_syntax::generate_syntax, |
25 | }; | 25 | }; |
26 | 26 | ||
27 | pub const GRAMMAR: &str = "crates/ra_syntax/src/grammar.ron"; | ||
28 | const GRAMMAR_DIR: &str = "crates/ra_parser/src/grammar"; | 27 | const GRAMMAR_DIR: &str = "crates/ra_parser/src/grammar"; |
29 | const OK_INLINE_TESTS_DIR: &str = "crates/ra_syntax/test_data/parser/inline/ok"; | 28 | const OK_INLINE_TESTS_DIR: &str = "crates/ra_syntax/test_data/parser/inline/ok"; |
30 | const ERR_INLINE_TESTS_DIR: &str = "crates/ra_syntax/test_data/parser/inline/err"; | 29 | const ERR_INLINE_TESTS_DIR: &str = "crates/ra_syntax/test_data/parser/inline/err"; |