mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 09:27:27 +00:00
Cleanup imports
This commit is contained in:
parent
6ac9c4ad6a
commit
ce44547cfb
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
use hir::ModPath;
|
||||
use ra_ide_db::imports_locator::ImportsLocator;
|
||||
use ra_syntax::{
|
||||
ast::{self, AstNode},
|
||||
SyntaxNode,
|
||||
|
@ -8,7 +9,6 @@ use crate::{
|
|||
assist_ctx::{ActionBuilder, Assist, AssistCtx},
|
||||
auto_import_text_edit, AssistId,
|
||||
};
|
||||
use ra_ide_db::imports_locator::ImportsLocator;
|
||||
|
||||
// Assist: auto_import
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue