mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
merge use statement
This commit is contained in:
parent
93ae993ec4
commit
214e7cc69d
1 changed files with 1 additions and 3 deletions
|
@ -7,11 +7,9 @@ use ide_db::{
|
|||
defs::{Definition, NameRefClass},
|
||||
helpers::{
|
||||
insert_use::{insert_use, ImportScope},
|
||||
FamousDefs,
|
||||
},
|
||||
helpers::{
|
||||
mod_path_to_ast,
|
||||
node_ext::{preorder_expr, walk_expr, walk_pat, walk_patterns_in_expr},
|
||||
FamousDefs,
|
||||
},
|
||||
search::{FileReference, ReferenceCategory, SearchScope},
|
||||
RootDatabase,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue