syntax::parser::token -> syntax::token
This commit is contained in:
parent
53a50d4e4f
commit
9d6768a478
57 changed files with 64 additions and 61 deletions
|
@ -1,6 +1,6 @@
|
|||
use errors::Applicability;
|
||||
use syntax::parse::lexer::{StringReader as Lexer};
|
||||
use syntax::parse::token;
|
||||
use syntax::token;
|
||||
use syntax::sess::ParseSess;
|
||||
use syntax::source_map::FilePathMapping;
|
||||
use syntax_pos::{InnerSpan, FileName};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue