Remove dead code for unused attribute

This commit is contained in:
Ayose 2018-03-28 00:33:10 +01:00
parent f937d812c6
commit c200f10ad8

View File

@ -1,4 +1,3 @@
//#![cfg_attr(feature = "cargo-clippy", allow(clippy))]
grammar(scale: i32);
use util::tok::Tok;