This commit is contained in:
Aleksey Kladov 2018-11-28 01:48:43 +03:00
parent 5e7f4202cf
commit 00df339c41
6 changed files with 26 additions and 26 deletions

View file

@ -127,7 +127,7 @@ salsa::database_storage! {
impl hir::db::HirDatabase {
fn module_tree() for hir::db::ModuleTreeQuery;
fn fn_scopes() for hir::db::FnScopesQuery;
fn _file_items() for hir::db::FileItemsQuery;
fn _file_items() for hir::db::SourceFileItemsQuery;
fn _file_item() for hir::db::FileItemQuery;
fn _input_module_items() for hir::db::InputModuleItemsQuery;
fn _item_map() for hir::db::ItemMapQuery;