bevy/crates/bevy_ecs/src/system
tygyh fd308571c4
Remove unnecessary path prefixes (#10749)
# Objective

- Shorten paths by removing unnecessary prefixes

## Solution

- Remove the prefixes from many paths which do not need them. Finding
the paths was done automatically using built-in refactoring tools in
Jetbrains RustRover.
2023-11-28 23:43:40 +00:00
..
commands Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
adapter_system.rs Replace all labels with interned labels (#7762) 2023-10-25 21:39:23 +00:00
combinator.rs Replace all labels with interned labels (#7762) 2023-10-25 21:39:23 +00:00
exclusive_function_system.rs Replace all labels with interned labels (#7762) 2023-10-25 21:39:23 +00:00
exclusive_system_param.rs Split WorldQuery into WorldQueryData and WorldQueryFilter (#9918) 2023-11-28 03:56:07 +00:00
function_system.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
mod.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
query.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
system_param.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
system_registry.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
system.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00