mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
fix: replace unescape fn with the one in ra-ap-rustc_lexer
This commit is contained in:
parent
a543516ea4
commit
3e232bb78a
2 changed files with 31 additions and 34 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue