1
Fork 0

Remove unused imports

This commit is contained in:
Jeffrey Seyfried 2015-12-12 03:29:35 +00:00
parent 4af4278814
commit 8364a6feef
42 changed files with 35 additions and 59 deletions

View file

@ -51,7 +51,7 @@ use abi::Abi;
use ext::base;
use ext::tt::macro_parser;
use owned_slice::OwnedSlice;
use parse::token::{InternedString, str_to_ident};
use parse::token::InternedString;
use parse::token;
use parse::lexer;
use parse::lexer::comments::{doc_comment_style, strip_doc_comment_decoration};