mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-16 17:00:53 +00:00
silence some warnings that were driving me crazy
This commit is contained in:
parent
243e9983cf
commit
4ebd265f86
@ -1,4 +1,3 @@
|
||||
use lalrpop_util::ParseError;
|
||||
use generics_issue_104_lib::Generator;
|
||||
|
||||
grammar<T> where T: Generator;
|
||||
|
@ -13,6 +13,7 @@ pub enum Tok {
|
||||
Times,
|
||||
Div,
|
||||
Comma,
|
||||
#[allow(dead_code)]
|
||||
Fraction(i32, i32), // Not produced by tokenizer, used only in regression tests for #179
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user