From 4781479ab22682782826645397ac8bb23cfe3d79 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Wed, 24 Mar 2021 18:59:35 +0100 Subject: Sweep the new TraitEnvironmentQuery --- crates/ide_db/src/apply_change.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ide_db') diff --git a/crates/ide_db/src/apply_change.rs b/crates/ide_db/src/apply_change.rs index 9b590d919..047a9b6bc 100644 --- a/crates/ide_db/src/apply_change.rs +++ b/crates/ide_db/src/apply_change.rs @@ -181,6 +181,7 @@ impl RootDatabase { hir::db::GenericPredicatesQuery hir::db::GenericDefaultsQuery hir::db::InherentImplsInCrateQuery + hir::db::TraitEnvironmentQuery hir::db::TraitImplsInCrateQuery hir::db::TraitImplsInDepsQuery hir::db::AssociatedTyDataQuery -- cgit v1.2.3