Skip to content

Commit 101b8de

Browse files
committed
Auto merge of #363 - JustForFun88:fix_doc, r=Amanieu
Documentation fix due to latest changes in the crate. Due to merged PR #357, #362 I think that we need to fix docummentation. Fixed broken links in `HashMap::raw_table` and `HashSet::raw_table`, as well as some typos and mistakes elsewhere (especially in `EntryRef::or_insert_with_key`). To fix #349, I removed capacity comparisons in all places (except `drain` and `clear`), however left the phrase "keeps the allocated memory for reuse", because although the `erase` method may not release the capacity, the subsequent `rehash_in_place` function definitely will release all. Close #349.
2 parents 5d9988c + 47bc623 commit 101b8de

File tree

2 files changed

+287
-81
lines changed

2 files changed

+287
-81
lines changed

0 commit comments

Comments
 (0)