mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Add classify_literal and undo expose next_token
This commit is contained in:
parent
1ab78d6056
commit
1ea0238e53
5 changed files with 15 additions and 8 deletions
|
@ -11,7 +11,7 @@ use crate::{
|
|||
syntax_node::GreenNode,
|
||||
};
|
||||
|
||||
pub use self::lexer::{tokenize, next_token, Token};
|
||||
pub use self::lexer::{tokenize, classify_literal, Token};
|
||||
|
||||
pub(crate) use self::reparsing::incremental_reparse;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue