mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Don't insert blank lines between doc attributes
This commit is contained in:
parent
2ff1ebe8f3
commit
93262c750e
2 changed files with 11 additions and 13 deletions
|
@ -1525,9 +1525,7 @@ fn foo() { let bar = Ba<|>r; }
|
|||
---
|
||||
|
||||
bar docs 0
|
||||
|
||||
bar docs 1
|
||||
|
||||
bar docs 2
|
||||
"#]],
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue