bevy/crates/bevy_ecs/src/query
Joseph e8b3892517
Improve various Debug implementations (#9588)
# Objective

* `Local` and `SystemName` implement `Debug` manually, but they could
derive it.
* `QueryState` and `dyn System` have unconventional debug formatting.
2023-08-26 21:27:41 +00:00
..
access.rs Implement WorldQuery for EntityRef (#6960) 2023-06-22 21:20:00 +00:00
fetch.rs Fix safety invariants for WorldQuery::fetch and simplify cloning (#8246) 2023-07-25 21:16:22 +00:00
filter.rs Fix safety invariants for WorldQuery::fetch and simplify cloning (#8246) 2023-07-25 21:16:22 +00:00
iter.rs Fix safety invariants for WorldQuery::fetch and simplify cloning (#8246) 2023-07-25 21:16:22 +00:00
mod.rs Simplify parallel iteration methods (#8854) 2023-07-23 11:09:24 +00:00
par_iter.rs Simplify parallel iteration methods (#8854) 2023-07-23 11:09:24 +00:00
state.rs Improve various Debug implementations (#9588) 2023-08-26 21:27:41 +00:00