We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e843e commit 8cbf5aeCopy full SHA for 8cbf5ae
src/parser/mod.rs
@@ -21,7 +21,7 @@ mod grammar_util;
21
lalrpop_util::lalrpop_mod!(
22
#[allow(deprecated)]
23
grammar,
24
- "/logic/grammar.rs"
+ "/parser/grammar.rs"
25
);
26
27
#[cfg(feature = "std")]
0 commit comments