Skip to content

Commit

Permalink
Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnay
Browse files Browse the repository at this point in the history
Add `std::hash::{DefaultHasher, RandomState}` exports (needs FCP)

This implements rust-lang/libs-team#267 to move the libstd hasher types to `std::hash` where they belong, instead of `std::collections::hash_map`.

<details><summary>The below no longer applies, but is kept for clarity.</summary>
This is a small refactor for #27242, which moves the definitions of `RandomState` and `DefaultHasher` into `std::hash`, but in a way that won't be noticed in the public API.

I've opened rust-lang/libs-team#267 as a formal ACP to move these directly into the root of `std::hash`, but for now, they're at least separated out from the collections code in a way that will make moving that around easier.

I decided to simply copy the rustdoc for `std::hash` from `core::hash` since I think it would be ideal for the two to diverge longer-term, especially if the ACP is accepted. However, I would be willing to factor them out into a common markdown document if that's preferred.
</details>
  • Loading branch information
bors committed Nov 11, 2023
2 parents 56f67f9 + 80c8bac commit 9f3143b
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 9f3143b

Please sign in to comment.