1
Fork 0

syntax::parser::token -> syntax::token

This commit is contained in:
Mazdak Farrokhzad 2019-10-11 12:46:32 +02:00
parent 53a50d4e4f
commit 9d6768a478
57 changed files with 64 additions and 61 deletions

View file

@ -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;