1
Fork 0

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

@ -2662,7 +2662,6 @@ impl<T: Clone, A: Allocator + Clone> Clone for Vec<T, A> {
/// as required by the `core::borrow::Borrow` implementation.
///
/// ```
/// #![feature(build_hasher_simple_hash_one)]
/// use std::hash::BuildHasher;
///
/// let b = std::collections::hash_map::RandomState::new();