Add everything feature (#12999)

(cherry picked from commit c5e16383b0)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2020-10-20 01:52:21 +00:00
committed by GitHub
parent 77ba6d6784
commit 7d395177d4
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,