mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Move FunctionData to hir_def
This commit is contained in:
parent
a132cc715e
commit
78f3b0627c
14 changed files with 114 additions and 116 deletions
|
@ -313,7 +313,7 @@ impl RootDatabase {
|
|||
hir::db::RawItemsQuery
|
||||
hir::db::CrateDefMapQuery
|
||||
hir::db::GenericParamsQuery
|
||||
hir::db::FnDataQuery
|
||||
hir::db::FunctionDataQuery
|
||||
hir::db::TypeAliasDataQuery
|
||||
hir::db::ConstDataQuery
|
||||
hir::db::StaticDataQuery
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue