don't cache ast_id_to_node

This commit is contained in:
Aleksey Kladov 2019-06-01 22:14:42 +03:00
parent 37e80c5297
commit d7a2a9171e
2 changed files with 1 additions and 1 deletions

View file

@ -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);