mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
f4cfcc0e44
# Objective Fixes #2823. ## Solution This PR adds notes to the `HashMap` and `HashSet` docs explaining why `HashMap::new()` (resp. `HashSet::new()`) is not available, and guiding the user toward using the `Default` implementation for an empty collection. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |