diff options
author | Jonas Schievink <[email protected]> | 2021-03-24 17:59:35 +0000 |
---|---|---|
committer | Jonas Schievink <[email protected]> | 2021-03-24 17:59:35 +0000 |
commit | 4781479ab22682782826645397ac8bb23cfe3d79 (patch) | |
tree | bb4ec1059a2e6865f74024b7b25b63904400bd34 /crates/ide_db | |
parent | 353aa870328ca2a449fa9eab69b0adfa4c181a4d (diff) |
Sweep the new TraitEnvironmentQuery
Diffstat (limited to 'crates/ide_db')
-rw-r--r-- | crates/ide_db/src/apply_change.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
181 | hir::db::GenericPredicatesQuery | 181 | hir::db::GenericPredicatesQuery |
182 | hir::db::GenericDefaultsQuery | 182 | hir::db::GenericDefaultsQuery |
183 | hir::db::InherentImplsInCrateQuery | 183 | hir::db::InherentImplsInCrateQuery |
184 | hir::db::TraitEnvironmentQuery | ||
184 | hir::db::TraitImplsInCrateQuery | 185 | hir::db::TraitImplsInCrateQuery |
185 | hir::db::TraitImplsInDepsQuery | 186 | hir::db::TraitImplsInDepsQuery |
186 | hir::db::AssociatedTyDataQuery | 187 | hir::db::AssociatedTyDataQuery |