refactor: move ide_assist::utils::suggest_name to ide-db

This commit is contained in:
roife 2024-09-03 05:01:56 +08:00
parent 779d9eee2e
commit b207e5781e
7 changed files with 16 additions and 13 deletions

View file

@ -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;
}