bevy/crates/bevy_transform/src
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
..
components Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
commands.rs Fixing some doc comments (#9646) 2023-08-31 19:05:49 +00:00
helper.rs Derive Error for more error types (#10240) 2023-10-28 22:20:37 +00:00
lib.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
systems.rs Global TaskPool API improvements (#10008) 2023-10-23 20:48:48 +00:00