aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_db/src/change.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_ide_db/src/change.rs')
-rw-r--r--crates/ra_ide_db/src/change.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_ide_db/src/change.rs b/crates/ra_ide_db/src/change.rs
index 8446ef88e..5dbe1c1b7 100644
--- a/crates/ra_ide_db/src/change.rs
+++ b/crates/ra_ide_db/src/change.rs
@@ -334,6 +334,7 @@ impl RootDatabase {
334 hir::db::CrateLangItemsQuery 334 hir::db::CrateLangItemsQuery
335 hir::db::LangItemQuery 335 hir::db::LangItemQuery
336 hir::db::DocumentationQuery 336 hir::db::DocumentationQuery
337 hir::db::ImportMapQuery
337 338
338 // InternDatabase 339 // InternDatabase
339 hir::db::InternFunctionQuery 340 hir::db::InternFunctionQuery
@@ -369,6 +370,7 @@ impl RootDatabase {
369 hir::db::ImplDatumQuery 370 hir::db::ImplDatumQuery
370 hir::db::AssociatedTyValueQuery 371 hir::db::AssociatedTyValueQuery
371 hir::db::TraitSolveQuery 372 hir::db::TraitSolveQuery
373 hir::db::ReturnTypeImplTraitsQuery
372 374
373 // SymbolsDatabase 375 // SymbolsDatabase
374 crate::symbol_index::FileSymbolsQuery 376 crate::symbol_index::FileSymbolsQuery