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 9e6c85c commit 079aad9Copy full SHA for 079aad9
1 file changed
crates/ide-assists/src/handlers/add_label_to_loop.rs
@@ -73,7 +73,6 @@ pub(crate) fn add_label_to_loop(acc: &mut Assists, ctx: &AssistContext<'_, '_>)
73
});
74
75
builder.add_file_edits(ctx.vfs_file_id(), editor);
76
- builder.rename();
77
},
78
)
79
}
0 commit comments