bevy/crates/bevy_ecs/src/reflect
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
..
bundle.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
component.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
entity_commands.rs fix insert_reflect panic caused by clone_value (#10627) 2023-11-28 00:17:10 +00:00
map_entities.rs Use EntityHashMap for EntityMapper (#10415) 2023-11-07 08:23:04 +00:00
mod.rs implement insert and remove reflected entity commands (#8895) 2023-08-28 18:21:20 +00:00
resource.rs Make function pointers of ecs Reflect* public (#8687) 2023-06-19 14:06:58 +00:00