bevy/crates/bevy_reflect/src/enums
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
..
dynamic_enum.rs reflect: TypePath part 2 (#8768) 2023-10-09 19:33:03 +00:00
enum_trait.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
helpers.rs Use a fixed state hasher in bevy_reflect for deterministic Reflect::reflect_hash() across processes (#7583) 2023-02-17 15:37:35 +00:00
mod.rs reflect: TypePath part 2 (#8768) 2023-10-09 19:33:03 +00:00
variants.rs bevy_reflect: Binary formats (#6140) 2022-11-04 02:22:54 +00:00