We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e0388 commit 32b125eCopy full SHA for 32b125e
CHANGELOG.md
@@ -34,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
34
- `RawTable::remove` now also returns an `InsertSlot`. (#429)
35
- `InsertSlot` can be used to insert an element with `RawTable::insert_in_slot`. (#429)
36
- `RawIterHash` no longer has a lifetime tied to that of the `RawTable`. (#427)
37
-- The trait bounds of `HashSet::raw_table` have been relaxed tp not require `Eq + Hash`. (#423)
+- The trait bounds of `HashSet::raw_table` have been relaxed to not require `Eq + Hash`. (#423)
38
- `EntryRef::and_replace_entry_with` and `OccupiedEntryRef::replace_entry_with`
39
were changed to give a `&K` instead of a `&Q` to the closure.
40
0 commit comments