From 21b68a328ca1f8e926f0364727ed105310a573b5 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Thu, 17 Dec 2020 00:26:01 +0100 Subject: Remove `module_lang_items` It isn't used anywhere except in `crate_lang_items`. Remove it to slightly reduce memory usage and simplify the code. --- crates/ide_db/src/apply_change.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/ide_db') diff --git a/crates/ide_db/src/apply_change.rs b/crates/ide_db/src/apply_change.rs index e2251f2b7..71c19ed13 100644 --- a/crates/ide_db/src/apply_change.rs +++ b/crates/ide_db/src/apply_change.rs @@ -163,7 +163,6 @@ impl RootDatabase { hir::db::ExprScopesQuery hir::db::GenericParamsQuery hir::db::AttrsQuery - hir::db::ModuleLangItemsQuery hir::db::CrateLangItemsQuery hir::db::LangItemQuery hir::db::ImportMapQuery -- cgit v1.2.3