]> git.lizzy.rs Git - rust.git/commitdiff
merge use statement
authorDezhi Wu <wu543065657@163.com>
Wed, 13 Oct 2021 13:24:17 +0000 (21:24 +0800)
committerDezhi Wu <wu543065657@163.com>
Wed, 13 Oct 2021 13:24:17 +0000 (21:24 +0800)
crates/ide_assists/src/handlers/extract_function.rs

index 8ae0a4a10ad1530e629eefdcded6db9140a5a098..c97d75da939286382867f63c637103f937db700f 100644 (file)
@@ -7,11 +7,9 @@
     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,