mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Remove unused use
This commit is contained in:
parent
581567a4c8
commit
f2950a1350
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ use ide_db::{
|
|||
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 a new issue