Add classify_literal and undo expose next_token
This commit is contained in:
@@ -40,7 +40,7 @@ pub use crate::{
|
||||
syntax_text::SyntaxText,
|
||||
syntax_node::{Direction, SyntaxNode, WalkEvent, TreeArc, SyntaxTreeBuilder, SyntaxElement, SyntaxToken},
|
||||
ptr::{SyntaxNodePtr, AstPtr},
|
||||
parsing::{tokenize, next_token, Token},
|
||||
parsing::{tokenize, classify_literal, Token},
|
||||
};
|
||||
|
||||
use ra_text_edit::AtomTextEdit;
|
||||
|
||||
Reference in New Issue
Block a user