align lower module query names

This commit is contained in:
Aleksey Kladov 2019-03-02 16:49:06 +03:00
parent fe5574b05a
commit 80bb7d86ec
7 changed files with 15 additions and 23 deletions

View file

@ -223,8 +223,7 @@ impl RootDatabase {
self.query(hir::db::FileItemsQuery).sweep(sweep);
self.query(hir::db::FileItemQuery).sweep(sweep);
self.query(hir::db::LowerModuleQuery).sweep(sweep);
self.query(hir::db::LowerModuleSourceMapQuery).sweep(sweep);
self.query(hir::db::LowerModuleWithSourceMapQuery).sweep(sweep);
self.query(hir::db::BodyWithSourceMapQuery).sweep(sweep);
}
}