Skip to content

Commit 079aad9

Browse files
committed
Remove redundant rename
1 parent 9e6c85c commit 079aad9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/ide-assists/src/handlers/add_label_to_loop.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ pub(crate) fn add_label_to_loop(acc: &mut Assists, ctx: &AssistContext<'_, '_>)
7373
});
7474

7575
builder.add_file_edits(ctx.vfs_file_id(), editor);
76-
builder.rename();
7776
},
7877
)
7978
}

0 commit comments

Comments
 (0)