bevy/crates/bevy_ecs/src
Joseph 11065974d4
Simplify lifetimes in QueryState methods (#10937)
# Objective

The definition of several `QueryState` methods use unnecessary explicit
lifetimes, which adds to visual noise.

## Solution

Elide the lifetimes.
2023-12-14 17:26:03 +00:00
..
entity Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
query Simplify lifetimes in QueryState methods (#10937) 2023-12-14 17:26:03 +00:00
reflect Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
schedule Auto insert sync points (#9822) 2023-12-14 16:34:01 +00:00
storage Actually check alignment in BlobVec test aligned_zst (#10885) 2023-12-13 02:36:49 +00:00
system Auto insert sync points (#9822) 2023-12-14 16:34:01 +00:00
world Rename Q type parameter to D when referring to WorldQueryData (#10782) 2023-12-13 18:50:46 +00:00
archetype.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
bundle.rs Allow #[derive(Bundle)] on tuple structs (take 3) (#10561) 2023-11-21 01:09:16 +00:00
change_detection.rs Rustdoc example for Ref (#10682) 2023-11-22 20:20:39 +00:00
component.rs Make ComponentId typed in Components (#10770) 2023-12-05 01:54:27 +00:00
event.rs Reorder impl to be the same as the trait (#10964) 2023-12-13 21:19:49 +00:00
lib.rs Rename WorldQueryData & WorldQueryFilter to QueryData & QueryFilter (#10779) 2023-12-12 19:45:50 +00:00
removal_detection.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00