syntax::parser::token -> syntax::token
This commit is contained in:
parent
53a50d4e4f
commit
9d6768a478
57 changed files with 64 additions and 61 deletions
|
@ -8,7 +8,7 @@ use errors::DiagnosticBuilder;
|
|||
|
||||
use syntax::ast;
|
||||
use syntax_expand::base::{self, *};
|
||||
use syntax::parse::token::{self, Token};
|
||||
use syntax::token::{self, Token};
|
||||
use syntax::ptr::P;
|
||||
use syntax::symbol::{kw, sym, Symbol};
|
||||
use syntax::ast::AsmDialect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue