mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Revert "eagarly clean astd maps"
This reverts commit 6c63a59425
.
This causes massive slowdowns: looks like we accidentally have some source-depndent
This commit is contained in:
parent
b1febf2e6d
commit
8876f44054
3 changed files with 3 additions and 3 deletions
|
@ -674,7 +674,7 @@ Grammar(
|
|||
"LifetimeArg": (),
|
||||
|
||||
"MacroItems": (
|
||||
traits: [ "ModuleItemOwner", "FnDefOwner" ],
|
||||
traits: [ "ModuleItemOwner", "FnDefOwner" ],
|
||||
),
|
||||
|
||||
"MacroStmts" : (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue