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 f3715c1 commit c768a24Copy full SHA for c768a24
crates/ide-assists/src/handlers/add_braces.rs
@@ -1,5 +1,5 @@
1
use syntax::{
2
- ast::{self, edit_in_place::Indent, make, syntax_factory::SyntaxFactory}, syntax_editor::SyntaxEditor,
+ ast::{self, edit_in_place::Indent, syntax_factory::SyntaxFactory},
3
AstNode,
4
};
5
0 commit comments