bevy/crates/bevy_ecs/src/schedule
Christian Hughes 378dcacf82
Group IntoSystemConfigs impls together (#15254)
# Objective

Two of the `IntoSystemConfigs` `impl`s are out of place near the top of
the file.

## Solution

Put them below the `IntoSystemConfigs` trait definition, alongside the
other `impl`.
2024-09-17 17:57:22 +00:00
..
executor
condition.rs
config.rs
graph_utils.rs
mod.rs
schedule.rs
set.rs
stepping.rs