]> git.lizzy.rs Git - rust.git/blobdiff - src/macros.rs
Extract checkstyle output into a separate module.
[rust.git] / src / macros.rs
index 4e28fd393f42b73346cfbade27e1c650d76b5e61..8739d234fd2a4677941a9e1bb2ea9375dff81f63 100644 (file)
@@ -20,7 +20,7 @@
 // and those with brackets will be formatted as array literals.
 
 use syntax::ast;
-use syntax::parse::token::{Eof, Comma, Token};
+use syntax::parse::token::Token;
 use syntax::parse::tts_to_parser;
 use syntax::codemap::{mk_sp, BytePos};