bevy/crates/bevy_ecs/src/system/commands
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
..
command_queue.rs Implement Drop for CommandQueue (#10746) 2023-11-27 22:35:36 +00:00
mod.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
parallel_scope.rs Cache System Tracing Spans (#9390) 2023-09-13 19:10:11 +00:00