Skip to content

Commit ce44547

Browse files
committed
Cleanup imports
1 parent 6ac9c4a commit ce44547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_assists/src/assists/auto_import.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
use hir::ModPath;
2+
use ra_ide_db::imports_locator::ImportsLocator;
23
use ra_syntax::{
34
ast::{self, AstNode},
45
SyntaxNode,
@@ -8,7 +9,6 @@ use crate::{
89
assist_ctx::{ActionBuilder, Assist, AssistCtx},
910
auto_import_text_edit, AssistId,
1011
};
11-
use ra_ide_db::imports_locator::ImportsLocator;
1212

1313
// Assist: auto_import
1414
//

0 commit comments

Comments
 (0)