Add everything feature

This commit is contained in:
Michael Vines
2020-10-19 10:17:29 -07:00
parent c1c69ecc34
commit c5e16383b0
8 changed files with 35 additions and 34 deletions

View File

@@ -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,