Skip to content

Commit 872df2f

Browse files
unvalleyVeykril
authored andcommitted
chore: update assist label name
1 parent 285f09c commit 872df2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub(crate) fn extract_expressions_from_format_string(
6969
AssistKind::QuickFix
7070
},
7171
),
72-
"Extract format args",
72+
"Extract format expressions",
7373
tt.syntax().text_range(),
7474
|edit| {
7575
let fmt_range = fmt_string.syntax().text_range();

0 commit comments

Comments
 (0)