mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
refactor: move ide_assist::utils::suggest_name to ide-db
This commit is contained in:
parent
779d9eee2e
commit
b207e5781e
7 changed files with 16 additions and 13 deletions
|
@ -38,6 +38,7 @@ pub mod syntax_helpers {
|
|||
pub mod format_string_exprs;
|
||||
pub use hir::insert_whitespace_into_node;
|
||||
pub mod node_ext;
|
||||
pub mod suggest_name;
|
||||
|
||||
pub use parser::LexedStr;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue