# Objective `ReadOnlyWorldQuery` should have required `Self::ReadOnly = Self` so that calling `.iter()` on a readonly query is equivelent to calling `iter_mut()`. ## Solution add `ReadOnly = Self` to the definition of `ReadOnlyWorldQuery` --- ## Changelog ReadOnlyWorldQuery's `ReadOnly` assoc type is now always equal to `Self` ## Migration Guide Make `Self::ReadOnly = Self` hold |
||
|---|---|---|
| .. | ||
| access.rs | ||
| fetch.rs | ||
| filter.rs | ||
| iter.rs | ||
| mod.rs | ||
| state.rs | ||