diff options
Diffstat (limited to 'crates/ra_ide_db/src')
-rw-r--r-- | crates/ra_ide_db/src/change.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_ide_db/src/change.rs b/crates/ra_ide_db/src/change.rs index 7e9310005..de5c6eb8f 100644 --- a/crates/ra_ide_db/src/change.rs +++ b/crates/ra_ide_db/src/change.rs | |||
@@ -362,7 +362,6 @@ impl RootDatabase { | |||
362 | hir::db::GenericDefaultsQuery | 362 | hir::db::GenericDefaultsQuery |
363 | hir::db::ImplsInCrateQuery | 363 | hir::db::ImplsInCrateQuery |
364 | hir::db::ImplsForTraitQuery | 364 | hir::db::ImplsForTraitQuery |
365 | hir::db::TraitSolverQuery | ||
366 | hir::db::InternTypeCtorQuery | 365 | hir::db::InternTypeCtorQuery |
367 | hir::db::InternChalkImplQuery | 366 | hir::db::InternChalkImplQuery |
368 | hir::db::InternAssocTyValueQuery | 367 | hir::db::InternAssocTyValueQuery |