mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
refactor: introduce NameGenerator in suggest_name
This commit is contained in:
parent
e35227d186
commit
825dec8108
5 changed files with 189 additions and 78 deletions
|
@ -65,7 +65,7 @@ pub use rowan::{
|
|||
TokenAtOffset, WalkEvent,
|
||||
};
|
||||
pub use rustc_lexer::unescape;
|
||||
pub use smol_str::{format_smolstr, SmolStr, ToSmolStr};
|
||||
pub use smol_str::{format_smolstr, SmolStr, SmolStrBuilder, ToSmolStr};
|
||||
|
||||
/// `Parse` is the result of the parsing: a syntax tree and a collection of
|
||||
/// errors.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue