From c0aeb5204c010a11db2015113a7858b517415de1 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 18 Jan 2019 16:36:56 +0300 Subject: switched to lowerd module --- crates/ra_ide_api/src/db.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/ra_ide_api/src/db.rs') diff --git a/crates/ra_ide_api/src/db.rs b/crates/ra_ide_api/src/db.rs index 36778b955..a1d3333b2 100644 --- a/crates/ra_ide_api/src/db.rs +++ b/crates/ra_ide_api/src/db.rs @@ -114,6 +114,9 @@ salsa::database_storage! { fn file_items() for hir::db::FileItemsQuery; fn file_item() for hir::db::FileItemQuery; fn input_module_items() for hir::db::InputModuleItemsQuery; + fn lower_module() for hir::db::LowerModuleQuery; + fn lower_module_module() for hir::db::LowerModuleModuleQuery; + fn lower_module_source_map() for hir::db::LowerModuleSourceMapQuery; fn item_map() for hir::db::ItemMapQuery; fn submodules() for hir::db::SubmodulesQuery; fn infer() for hir::db::InferQuery; -- cgit v1.2.3