bevy/crates/bevy_ecs/src/system
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
..
commands Document EntityCommands/EntityMut insert() (#6270) 2022-10-17 14:38:58 +00:00
exclusive_function_system.rs Exclusive Systems Now Implement System. Flexible Exclusive System Params (#6083) 2022-09-26 23:57:07 +00:00
exclusive_system_param.rs Exclusive Systems Now Implement System. Flexible Exclusive System Params (#6083) 2022-09-26 23:57:07 +00:00
function_system.rs Rename system chaining to system piping (#6230) 2022-10-11 15:21:12 +00:00
mod.rs Fix query.to_readonly().get_component_mut() soundness bug (#6401) 2022-10-29 04:13:54 +00:00
query.rs Replace WorldQueryGats trait with actual gats (#6319) 2022-11-03 16:33:05 +00:00
system_param.rs Implement IntoIterator for ECS wrapper types. (#5096) 2022-10-24 21:01:08 +00:00
system_piping.rs TaskPool Panic Handling (#6443) 2022-11-02 23:40:08 +00:00
system.rs Adding Debug implementations for App, Stage, Schedule, Query, QueryState, etc. (#6214) 2022-10-10 20:59:38 +00:00