Skip to content

Commit f2950a1

Browse files
committed
Remove unused use
1 parent 581567a commit f2950a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide/src/diagnostics/fixes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use ide_db::{
1313
source_change::{FileSystemEdit, SourceFileEdit},
1414
RootDatabase,
1515
};
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}};
1717
use text_edit::TextEdit;
1818

1919
use crate::{diagnostics::Fix, references::rename::rename_with_semantics, FilePosition};

0 commit comments

Comments
 (0)