From ba5a3968b8ecd578247f94c6a62bfa8652cc2ef8 Mon Sep 17 00:00:00 2001 From: Scott McMurray Date: Wed, 24 May 2023 23:44:57 -0700 Subject: Stabilize `BuildHasher::hash_one` --- library/core/src/array/mod.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'library/core/src/array') 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(); -- cgit 1.4.1-3-g733a5