# Objective `EntityHash` and related types were moved from `bevy_utils` to `bevy_ecs` in #11498, but seemed to have been accidentally reintroduced a week later in #11707. ## Solution Remove the old leftover code. --- ## Migration Guide - Uses of `bevy::utils::{EntityHash, EntityHasher, EntityHashMap, EntityHashSet}` now have to be imported from `bevy::ecs::entity`. |
||
|---|---|---|
| .. | ||
| default.rs | ||
| futures.rs | ||
| lib.rs | ||
| object_safe.rs | ||
| once.rs | ||
| parallel_queue.rs | ||
| short_names.rs | ||
| synccell.rs | ||
| syncunsafecell.rs | ||