- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 4.2k
Closed
Labels
C-DocsAn addition or correction to our documentationAn addition or correction to our documentationS-Needs-TriageThis issue needs to be labelledThis issue needs to be labelled
Description
In the 0.15->0.16 migration guide, it says to use the following code:
(https://bevyengine.org/learn/migration-guides/0-15-to-0-16/#don-t-re-export-entityhashset-and-entityhashmap)
use bevy::ecs::entity::{hash_set::HashSet, hash_map::HashMap};
However, I get an error using it:
After finding https://bevyengine.org/learn/migration-guides/0-15-to-0-16/#bevy-utils-refactor, I now realize that the section in the docs I linked to was meant for EntityHashSet, and not HashSet, which threw me for a loop.
Metadata
Metadata
Assignees
Labels
C-DocsAn addition or correction to our documentationAn addition or correction to our documentationS-Needs-TriageThis issue needs to be labelledThis issue needs to be labelled
