Skip to content

Commit 8cbf5ae

Browse files
committed
Fix grammar path
1 parent c2e843e commit 8cbf5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mod grammar_util;
2121
lalrpop_util::lalrpop_mod!(
2222
#[allow(deprecated)]
2323
grammar,
24-
"/logic/grammar.rs"
24+
"/parser/grammar.rs"
2525
);
2626

2727
#[cfg(feature = "std")]

0 commit comments

Comments
 (0)