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.
2 parents 492b3de + 2107577 commit 3a72713Copy full SHA for 3a72713
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