mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
rename LoweredImport -> ImportId
This commit is contained in:
parent
c0aeb5204c
commit
63f7dadc11
8 changed files with 25 additions and 185 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue