1fca19c8ca
Remove mention of `HashMap<K, V>` not offering `iter_mut` HashMap<K, V> does offer iter_mut. Fixes #94755. r? rust-lang/libs `@rustbot` label +A-docs +T-libs