Remove unused imports
This commit is contained in:
parent
4af4278814
commit
8364a6feef
42 changed files with 35 additions and 59 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue