Stabilize BuildHasher::hash_one

This commit is contained in:
Scott McMurray
2023-05-24 23:44:57 -07:00
parent 776f22292f
commit ba5a3968b8
3 changed files with 1 additions and 5 deletions

View File

@@ -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();