Merge pull request #660 from sanxiyn/unused-import

Remove unused imports
This commit is contained in:
Nick Cameron 2015-11-28 10:03:03 +13:00
commit a2804dbd25

View 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};