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 492b3de commit 2107577Copy full SHA for 2107577
crates/ide-assists/src/handlers/replace_arith_op.rs
@@ -81,7 +81,7 @@ fn replace_arith(acc: &mut Assists, ctx: &AssistContext<'_>, kind: ArithKind) ->
81
let range = TextRange::new(start, end);
82
83
acc.add_group(
84
- &GroupLabel("replace_arith".into()),
+ &GroupLabel("Replace arithmetic...".into()),
85
kind.assist_id(),
86
kind.label(),
87
range,
0 commit comments