syntax::parser::token -> syntax::token
This commit is contained in:
parent
53a50d4e4f
commit
9d6768a478
57 changed files with 64 additions and 61 deletions
|
@ -24,9 +24,9 @@ pub use crate::util::parser::ExprPrecedence;
|
|||
|
||||
pub use syntax_pos::symbol::{Ident, Symbol as Name};
|
||||
|
||||
use crate::parse::token::{self, DelimToken};
|
||||
use crate::ptr::P;
|
||||
use crate::source_map::{dummy_spanned, respan, Spanned};
|
||||
use crate::token::{self, DelimToken};
|
||||
use crate::tokenstream::TokenStream;
|
||||
|
||||
use syntax_pos::symbol::{kw, sym, Symbol};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue