mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-16 17:00:53 +00:00
remove LALR annotation, not crucial
This commit is contained in:
parent
dae7c1db35
commit
1d36900d66
@ -1,7 +1,6 @@
|
||||
use util::tok::Tok;
|
||||
use lalrpop_util::ErrorRecovery;
|
||||
|
||||
#[LALR]
|
||||
grammar<'input, 'e>(errors: &'e mut Vec<ErrorRecovery<usize, Tok, ()>>);
|
||||
|
||||
extern {
|
||||
|
Loading…
x
Reference in New Issue
Block a user