Remove unused imports
This commit is contained in:
parent
4af4278814
commit
8364a6feef
42 changed files with 35 additions and 59 deletions
|
@ -85,7 +85,7 @@ use codemap;
|
|||
use parse::lexer::*; //resolve bug?
|
||||
use parse::ParseSess;
|
||||
use parse::parser::{LifetimeAndTypesWithoutColons, Parser};
|
||||
use parse::token::{Eof, DocComment, MatchNt, SubstNt};
|
||||
use parse::token::{DocComment, MatchNt, SubstNt};
|
||||
use parse::token::{Token, Nonterminal};
|
||||
use parse::token;
|
||||
use print::pprust;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue