Add everything feature (#12999)
(cherry picked from commit c5e16383b0
)
Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
@@ -90,7 +90,7 @@ impl Hash {
|
||||
}
|
||||
|
||||
/// New random hash value for tests and benchmarks.
|
||||
#[cfg(not(feature = "program"))]
|
||||
#[cfg(feature = "everything")]
|
||||
pub fn new_rand<R: ?Sized>(rng: &mut R) -> Self
|
||||
where
|
||||
R: rand::Rng,
|
||||
|
Reference in New Issue
Block a user