From 63f7dadc111b22301ba7df588d5c66a658d0a6da Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 18 Jan 2019 16:56:02 +0300 Subject: rename LoweredImport -> ImportId --- crates/ra_ide_api/src/db.rs | 1 - 1 file changed, 1 deletion(-) (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 a1d3333b2..c2978f909 100644 --- a/crates/ra_ide_api/src/db.rs +++ b/crates/ra_ide_api/src/db.rs @@ -113,7 +113,6 @@ salsa::database_storage! { fn fn_scopes() for hir::db::FnScopesQuery; 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; -- cgit v1.2.3