mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Complete macros parenthesis
This commit is contained in:
parent
d614f463de
commit
037e02c08d
4 changed files with 9 additions and 9 deletions
|
@ -608,7 +608,7 @@ mod tests {
|
|||
label: "foo",
|
||||
source_range: [179; 179),
|
||||
delete: [179; 179),
|
||||
insert: "foo!",
|
||||
insert: "foo!($0)",
|
||||
kind: Macro,
|
||||
detail: "#[macro_export]\nmacro_rules! foo",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue