bevy/crates/bevy_ecs/src/schedule
Tygyh 63d17e8494
Simplify equality assertions (#10988)
# Objective

- Shorten assertions.

## Solution

- Replace '==' assertions with 'assert_eq()' and '!=' assertions with
'assert_ne()' .
2023-12-16 23:58:41 +00:00
..
executor Reorder impl to be the same as the trait (#10964) 2023-12-13 21:19:49 +00:00
condition.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
config.rs Auto insert sync points (#9822) 2023-12-14 16:34:01 +00:00
graph_utils.rs Auto insert sync points (#9822) 2023-12-14 16:34:01 +00:00
mod.rs Simplify equality assertions (#10988) 2023-12-16 23:58:41 +00:00
schedule.rs Remove unnecessary parentheses (#10990) 2023-12-16 02:26:18 +00:00
set.rs Reorder impl to be the same as the trait (#10964) 2023-12-13 21:19:49 +00:00
state.rs Remove States::variants and remove enum-only restriction its derive (#9945) 2023-09-30 22:32:39 +00:00