mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 11:20:54 +00:00
chore: update assist label name
This commit is contained in:
parent
285f09cfa8
commit
872df2f413
@ -69,7 +69,7 @@ pub(crate) fn extract_expressions_from_format_string(
|
||||
AssistKind::QuickFix
|
||||
},
|
||||
),
|
||||
"Extract format args",
|
||||
"Extract format expressions",
|
||||
tt.syntax().text_range(),
|
||||
|edit| {
|
||||
let fmt_range = fmt_string.syntax().text_range();
|
||||
|
Loading…
x
Reference in New Issue
Block a user