We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581567a commit f2950a1Copy full SHA for f2950a1
crates/ide/src/diagnostics/fixes.rs
@@ -13,7 +13,7 @@ use ide_db::{
13
source_change::{FileSystemEdit, SourceFileEdit},
14
RootDatabase,
15
};
16
-use syntax::{AstNode, Direction, T, algo, ast::{self, ExprStmt, edit::IndentLevel, make}};
+use syntax::{AstNode, Direction, T, algo, ast::{self, edit::IndentLevel, make}};
17
use text_edit::TextEdit;
18
19
use crate::{diagnostics::Fix, references::rename::rename_with_semantics, FilePosition};
0 commit comments