mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
use salsa's LRU for syntax trees
This commit is contained in:
parent
80aa9d5f9f
commit
fc2658b074
5 changed files with 11 additions and 7 deletions
|
@ -225,7 +225,6 @@ impl RootDatabase {
|
|||
let sweep = SweepStrategy::default().discard_values().sweep_all_revisions();
|
||||
|
||||
self.query(ra_db::ParseQuery).sweep(sweep);
|
||||
|
||||
self.query(hir::db::ParseMacroQuery).sweep(sweep);
|
||||
self.query(hir::db::MacroDefQuery).sweep(sweep);
|
||||
self.query(hir::db::MacroArgQuery).sweep(sweep);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue