You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-content/migration-guides/bundle_traits.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ title: Bundle Traits
3
3
pull_requests: [22670]
4
4
---
5
5
6
-
The function `Bundle::component_ids` is now generic over `Components: ComponentIdDictator`.
7
-
The `ComponentIdDictator` is implemented for the old `ComponentsRegistrator` and `ComponentsQueuedRegistrator`.
6
+
The function `Bundle::component_ids` is now generic over `Components: DetermineComponentIds`.
7
+
The `DetermineComponentIds` is implemented for the old `ComponentsRegistrator` and `ComponentsQueuedRegistrator`.
8
8
Additionally, because [this rust rfc](https://github.com/rust-lang/rust/issues/130043) is not yet stable, the `use<Self>` had to be extended to `use<Self, Components>`.
9
9
This may cause some lifetime annoyances but nothing a `SmallVec` can't fix.
10
10
This was done to allow bundles to work with queued component registration.
0 commit comments