diff options
| author | Scott McMurray <scottmcm@users.noreply.github.com> | 2023-05-24 23:44:57 -0700 |
|---|---|---|
| committer | Scott McMurray <scottmcm@users.noreply.github.com> | 2023-05-24 23:47:50 -0700 |
| commit | ba5a3968b8ecd578247f94c6a62bfa8652cc2ef8 (patch) | |
| tree | 0121efc7f8cecde3d62cb4b8af630bffab224ae8 /library/core/src/array | |
| parent | 776f22292fb5c2cc45f029d4b754662120732a6a (diff) | |
| download | rust-ba5a3968b8ecd578247f94c6a62bfa8652cc2ef8.tar.gz rust-ba5a3968b8ecd578247f94c6a62bfa8652cc2ef8.zip | |
Stabilize `BuildHasher::hash_one`
Diffstat (limited to 'library/core/src/array')
| -rw-r--r-- | library/core/src/array/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/src/array/mod.rs b/library/core/src/array/mod.rs index bdb4c975909..70f4bf2a7ed 100644 --- a/library/core/src/array/mod.rs +++ b/library/core/src/array/mod.rs @@ -291,7 +291,6 @@ impl<'a, T, const N: usize> TryFrom<&'a mut [T]> for &'a mut [T; N] { /// as required by the `Borrow` implementation. /// /// ``` -/// #![feature(build_hasher_simple_hash_one)] /// use std::hash::BuildHasher; /// /// let b = std::collections::hash_map::RandomState::new(); |
