diff options
author | ivan770 <[email protected]> | 2020-12-08 18:50:40 +0000 |
---|---|---|
committer | ivan770 <[email protected]> | 2020-12-08 18:50:40 +0000 |
commit | f2950a135036a608ccdcff3f5da77561927d6952 (patch) | |
tree | e572749f88f6e4c07ed31c2e96f600fcc198c735 /crates | |
parent | 581567a4c8f418588bab5dbc760076c660111f81 (diff) |
Remove unused use
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ide/src/diagnostics/fixes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/diagnostics/fixes.rs b/crates/ide/src/diagnostics/fixes.rs index cb4d49ad9..7b05e87f2 100644 --- a/crates/ide/src/diagnostics/fixes.rs +++ b/crates/ide/src/diagnostics/fixes.rs | |||
@@ -13,7 +13,7 @@ use ide_db::{ | |||
13 | source_change::{FileSystemEdit, SourceFileEdit}, | 13 | source_change::{FileSystemEdit, SourceFileEdit}, |
14 | RootDatabase, | 14 | RootDatabase, |
15 | }; | 15 | }; |
16 | use syntax::{AstNode, Direction, T, algo, ast::{self, ExprStmt, edit::IndentLevel, make}}; | 16 | use syntax::{AstNode, Direction, T, algo, ast::{self, edit::IndentLevel, make}}; |
17 | use text_edit::TextEdit; | 17 | use text_edit::TextEdit; |
18 | 18 | ||
19 | use crate::{diagnostics::Fix, references::rename::rename_with_semantics, FilePosition}; | 19 | use crate::{diagnostics::Fix, references::rename::rename_with_semantics, FilePosition}; |