mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
Increase LRU cache size for parse_expansion and macro_expand queries
This commit is contained in:
parent
f2295cda42
commit
6253fc031b
3 changed files with 12 additions and 7 deletions
|
@ -115,6 +115,7 @@ impl AstIdMap {
|
|||
}
|
||||
}
|
||||
}
|
||||
res.arena.shrink_to_fit();
|
||||
res
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue