bevy/crates/bevy_ecs/src
Nicola Papale e900bd9e12
Fix 1.69 CI clippy lints (#8450)
- Fix CI by implementing changes recommended by clippy
- It uncovered a bug in a `bevy_ecs` test. Nice!
2023-04-20 16:51:21 +00:00
..
entity Inline more ECS functions (#8083) 2023-04-12 19:52:06 +00:00
query Fix 1.69 CI clippy lints (#8450) 2023-04-20 16:51:21 +00:00
schedule Simplify world schedule methods (#8403) 2023-04-19 19:48:35 +00:00
storage Fix 1.69 CI clippy lints (#8450) 2023-04-20 16:51:21 +00:00
system Reorganize system modules (#8419) 2023-04-17 21:10:57 +00:00
world Simplify world schedule methods (#8403) 2023-04-19 19:48:35 +00:00
archetype.rs Inline more ECS functions (#8083) 2023-04-12 19:52:06 +00:00
bundle.rs Inline more ECS functions (#8083) 2023-04-12 19:52:06 +00:00
change_detection.rs Improve documentation for set_if_neq (#8254) 2023-03-30 15:43:13 +00:00
component.rs Inline more ECS functions (#8083) 2023-04-12 19:52:06 +00:00
event.rs Move event traces to detailed_trace! (#7732) 2023-04-11 03:37:58 +00:00
lib.rs Simplify system piping and make it more flexible (#8377) 2023-04-17 16:08:32 +00:00
reflect.rs Bugfix: Scene reload fix (nonbreaking) (#7951) 2023-03-27 22:18:45 +00:00
removal_detection.rs Use UnsafeWorldCell to increase code quality for SystemParam (#8174) 2023-04-01 15:45:07 +00:00