- Added
HashMap::try_insert_with
(#49). HashMap
andHashSet
methods that take borrowed keys now use the more flexibleEquivalent
trait instead ofBorrow
(#45).- The
rust-version
crate metadata has been set to1.72.0
.
HashMap::try_insert_with
(#49).HashMap
and HashSet
methods that take borrowed keys now use the more flexible Equivalent
trait instead of Borrow
(#45).rust-version
crate metadata has been set to 1.72.0
.