syntax::parser::token -> syntax::token
This commit is contained in:
parent
53a50d4e4f
commit
9d6768a478
57 changed files with 64 additions and 61 deletions
|
|
@ -18,7 +18,7 @@ use crate::ast::{
|
|||
use crate::parse::{PResult, Directory, DirectoryOwnership};
|
||||
use crate::parse::lexer::UnmatchedBrace;
|
||||
use crate::parse::lexer::comments::{doc_comment_style, strip_doc_comment_decoration};
|
||||
use crate::parse::token::{self, Token, TokenKind, DelimToken};
|
||||
use crate::token::{self, Token, TokenKind, DelimToken};
|
||||
use crate::print::pprust;
|
||||
use crate::ptr::P;
|
||||
use crate::sess::ParseSess;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue