mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
don't cache ast_id_to_node
This commit is contained in:
parent
37e80c5297
commit
d7a2a9171e
2 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,6 @@ impl RootDatabase {
|
|||
|
||||
self.query(hir::db::ParseOrExpandQuery).sweep(sweep);
|
||||
self.query(hir::db::AstIdMapQuery).sweep(sweep);
|
||||
self.query(hir::db::AstIdToNodeQuery).sweep(sweep);
|
||||
|
||||
self.query(hir::db::RawItemsWithSourceMapQuery).sweep(sweep);
|
||||
self.query(hir::db::BodyWithSourceMapQuery).sweep(sweep);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue