Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 3a72713

Browse files
committed
Auto merge of rust-lang#13973 - lnicola:replace-arith, r=lnicola
minor: Fix `replace_arith` assist label
2 parents 492b3de + 2107577 commit 3a72713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ fn replace_arith(acc: &mut Assists, ctx: &AssistContext<'_>, kind: ArithKind) ->
8181
let range = TextRange::new(start, end);
8282

8383
acc.add_group(
84-
&GroupLabel("replace_arith".into()),
84+
&GroupLabel("Replace arithmetic...".into()),
8585
kind.assist_id(),
8686
kind.label(),
8787
range,

0 commit comments

Comments
 (0)