Remove unused use
This commit is contained in:
parent
581567a4c8
commit
f2950a1350
@ -13,7 +13,7 @@
|
||||
source_change::{FileSystemEdit, SourceFileEdit},
|
||||
RootDatabase,
|
||||
};
|
||||
use syntax::{AstNode, Direction, T, algo, ast::{self, ExprStmt, edit::IndentLevel, make}};
|
||||
use syntax::{AstNode, Direction, T, algo, ast::{self, edit::IndentLevel, make}};
|
||||
use text_edit::TextEdit;
|
||||
|
||||
use crate::{diagnostics::Fix, references::rename::rename_with_semantics, FilePosition};
|
||||
|
Loading…
Reference in New Issue
Block a user