Skip to content

Commit

Permalink
chore: update generated grammar.rs file
Browse files Browse the repository at this point in the history
  • Loading branch information
plaflamme committed Sep 25, 2022
1 parent a3ed032 commit 4cf66e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peg-macros/grammar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub mod peg {
&mut __err_state,
::peg::Parse::start(__input),
) {
::peg::RuleResult::Matched(__pos, __value) => {
::peg::RuleResult::<Grammar>::Matched(__pos, __value) => {
if ::peg::Parse::is_eof(__input, __pos) {
panic!(
"Parser is nondeterministic: succeeded when reparsing for error position"
Expand Down

0 comments on commit 4cf66e7

Please sign in to comment.