diff options
Diffstat (limited to 'crates/ra_ide_db/src')
-rw-r--r-- | crates/ra_ide_db/src/change.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide_db/src/change.rs b/crates/ra_ide_db/src/change.rs index ea78e49e0..5dbe1c1b7 100644 --- a/crates/ra_ide_db/src/change.rs +++ b/crates/ra_ide_db/src/change.rs | |||
@@ -370,6 +370,7 @@ impl RootDatabase { | |||
370 | hir::db::ImplDatumQuery | 370 | hir::db::ImplDatumQuery |
371 | hir::db::AssociatedTyValueQuery | 371 | hir::db::AssociatedTyValueQuery |
372 | hir::db::TraitSolveQuery | 372 | hir::db::TraitSolveQuery |
373 | hir::db::ReturnTypeImplTraitsQuery | ||
373 | 374 | ||
374 | // SymbolsDatabase | 375 | // SymbolsDatabase |
375 | crate::symbol_index::FileSymbolsQuery | 376 | crate::symbol_index::FileSymbolsQuery |