mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
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.
This commit is contained in:
parent
785860bd17
commit
21b68a328c
4 changed files with 32 additions and 57 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue