Fix replace_arith label
This commit is contained in:
parent
492b3deba7
commit
210757769d
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ fn replace_arith(acc: &mut Assists, ctx: &AssistContext<'_>, kind: ArithKind) ->
|
|||
let range = TextRange::new(start, end);
|
||||
|
||||
acc.add_group(
|
||||
&GroupLabel("replace_arith".into()),
|
||||
&GroupLabel("Replace arithmetic...".into()),
|
||||
kind.assist_id(),
|
||||
kind.label(),
|
||||
range,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue