ptal / oak

A typed parser generator embedded in Rust code for Parsing Expression Grammars
Apache License 2.0
142 stars 14 forks source link

Do not generate unused variables #56

Closed ptal closed 8 years ago

ptal commented 9 years ago

No warnings should appear during compilation. Remove the #[allow(unused_variables)].