mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Add !
to the macro completion label
This commit is contained in:
parent
037e02c08d
commit
1852b27233
4 changed files with 25 additions and 21 deletions
|
@ -605,7 +605,7 @@ mod tests {
|
|||
),
|
||||
@r###"[
|
||||
CompletionItem {
|
||||
label: "foo",
|
||||
label: "foo!",
|
||||
source_range: [179; 179),
|
||||
delete: [179; 179),
|
||||
insert: "foo!($0)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue