mirror of
https://github.com/bevyengine/bevy
synced 2024-11-14 00:47:32 +00:00
45e5eb1db3
# Objective - `QueryCombinationIter` can have sizes greater than `usize::MAX`. - Fixes #5846 ## Solution - Only the implementation of `ExactSizeIterator` has been removed. Instead of using `query_combination.len()`, you can use `query_combination.size_hint().0` to get the same value as before. --- ## Migration Guide - Switch to using other methods of getting the length. |
||
---|---|---|
.. | ||
ui | ||
ui.rs |