bevy/crates/bevy_ecs/src
Tygyh b2661ea73d
Reorder impl to be the same as the trait (#10964)
# Objective

- Make the implementation order consistent between all sources to fit
the order in the trait.

## Solution

- Change the implementation order.
2023-12-13 21:19:49 +00:00
..
entity Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
query Reorder impl to be the same as the trait (#10964) 2023-12-13 21:19:49 +00:00
reflect Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
schedule Reorder impl to be the same as the trait (#10964) 2023-12-13 21:19:49 +00:00
storage Actually check alignment in BlobVec test aligned_zst (#10885) 2023-12-13 02:36:49 +00:00
system Reorder impl to be the same as the trait (#10964) 2023-12-13 21:19:49 +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