mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Fix literal support in token tree to ast item list
This commit is contained in:
parent
be9a44e9ba
commit
1ab78d6056
4 changed files with 45 additions and 4 deletions
|
@ -11,7 +11,7 @@ use crate::{
|
|||
syntax_node::GreenNode,
|
||||
};
|
||||
|
||||
pub use self::lexer::{tokenize, Token};
|
||||
pub use self::lexer::{tokenize, next_token, Token};
|
||||
|
||||
pub(crate) use self::reparsing::incremental_reparse;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue