mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
ide: insert whitespaces surrounding _
in macro expansion
This commit is contained in:
parent
81805d4cfc
commit
ebf8b1a96e
2 changed files with 3 additions and 3 deletions
|
@ -385,7 +385,7 @@ fn main() {
|
|||
"#,
|
||||
expect![[r#"
|
||||
foo
|
||||
0 "#]],
|
||||
0"#]],
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue