bevy/crates/bevy_ecs/src/query
Boxy 30e35764a1 Replace WorldQueryGats trait with actual gats (#6319)
# Objective

Replace `WorldQueryGats` trait with actual gats

## Solution

Replace `WorldQueryGats` trait with actual gats

---

## Changelog

- Replaced `WorldQueryGats` trait with actual gats

## Migration Guide

- Replace usage of `WorldQueryGats` assoc types with the actual gats on `WorldQuery` trait
2022-11-03 16:33:05 +00:00
..
access.rs Fix various typos (#5417) 2022-07-21 20:46:54 +00:00
fetch.rs Replace WorldQueryGats trait with actual gats (#6319) 2022-11-03 16:33:05 +00:00
filter.rs Replace WorldQueryGats trait with actual gats (#6319) 2022-11-03 16:33:05 +00:00
iter.rs Replace WorldQueryGats trait with actual gats (#6319) 2022-11-03 16:33:05 +00:00
mod.rs Remove outdated uses of single-tuple bundles (#6406) 2022-10-29 18:15:28 +00:00
state.rs Replace WorldQueryGats trait with actual gats (#6319) 2022-11-03 16:33:05 +00:00