fix: replace unescape fn with the one in ra-ap-rustc_lexer

This commit is contained in:
roife 2024-04-19 16:42:07 +08:00
parent a543516ea4
commit 3e232bb78a
2 changed files with 31 additions and 34 deletions

View file

@ -65,6 +65,7 @@ pub use rowan::{
api::Preorder, Direction, GreenNode, NodeOrToken, SyntaxText, TextRange, TextSize,
TokenAtOffset, WalkEvent,
};
pub use rustc_lexer::unescape;
pub use smol_str::{format_smolstr, SmolStr};
/// `Parse` is the result of the parsing: a syntax tree and a collection of