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 c768a24 commit b68ae2bCopy full SHA for b68ae2b
crates/ide-assists/src/handlers/add_braces.rs
@@ -39,7 +39,6 @@ pub(crate) fn add_braces(acc: &mut Assists, ctx: &AssistContext<'_>) -> Option<(
39
},
40
expr.syntax().text_range(),
41
|builder| {
42
-
43
let make = SyntaxFactory::new();
44
let mut editor = builder.make_editor(&expr.syntax());
45
0 commit comments