Skip to content

Commit 5458612

Browse files
committed
fix: remove unused imports
1 parent 9085744 commit 5458612

File tree

1 file changed

+1
-1
lines changed
  • src/tools/rust-analyzer/crates/ide-assists/src/handlers

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_braces.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use syntax::{
2-
ast::{self, edit_in_place::Indent, make, syntax_factory::SyntaxFactory}, syntax_editor::SyntaxEditor,
2+
ast::{self, edit_in_place::Indent, syntax_factory::SyntaxFactory},
33
AstNode,
44
};
55

0 commit comments

Comments
 (0)