diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-03-24 18:00:18 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-03-24 18:00:18 +0000 |
commit | 4a1f5d367db3b5c6ec27d96c96c98b89988c0b3a (patch) | |
tree | bb4ec1059a2e6865f74024b7b25b63904400bd34 | |
parent | 353aa870328ca2a449fa9eab69b0adfa4c181a4d (diff) | |
parent | 4781479ab22682782826645397ac8bb23cfe3d79 (diff) |
Merge #8187
8187: Sweep the new TraitEnvironmentQuery r=jonas-schievink a=jonas-schievink
bors r+
Co-authored-by: Jonas Schievink <[email protected]>
-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 |