mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Cleanup fold code and split logic to fold single elements
This commit is contained in:
parent
ee0a6bf053
commit
4b3737510b
4 changed files with 115 additions and 43 deletions
|
@ -538,5 +538,6 @@ Grammar(
|
|||
options: [ "NameRef" ]
|
||||
),
|
||||
"Comment": (),
|
||||
"Whitespace": (),
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue