mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 23:25:03 +00:00
remove FnId
This commit is contained in:
parent
efb63a7666
commit
dddbac6877
7 changed files with 26 additions and 45 deletions
|
@ -91,7 +91,6 @@ salsa::database_storage! {
|
|||
fn file_item() for hir::db::FileItemQuery;
|
||||
fn input_module_items() for hir::db::InputModuleItemsQuery;
|
||||
fn item_map() for hir::db::ItemMapQuery;
|
||||
fn fn_syntax() for hir::db::FnSyntaxQuery;
|
||||
fn submodules() for hir::db::SubmodulesQuery;
|
||||
fn infer() for hir::db::InferQuery;
|
||||
fn type_for_def() for hir::db::TypeForDefQuery;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue