indexmap-rs / indexmap

A hash table with consistent order and fast iteration; access items by key or sequence index
https://docs.rs/indexmap/
Other
1.71k stars 150 forks source link

Fix `RawOccupiedEntryMut::into_key`, release 2.2.1 #304

Closed cuviper closed 9 months ago

cuviper commented 9 months ago

This was a bad copy-paste error from key_mut. While this is a breaking change, it has been short enough time that I'm going to treat this as a bug fix. I already yanked 2.2.0 as well.