Rename "everything" feature to "full"
(cherry picked from commit 0cc9c94c43
)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
pub use solana_program::hash::*;
|
||||
|
||||
/// random hash value for tests and benchmarks.
|
||||
#[cfg(feature = "everything")]
|
||||
#[cfg(feature = "full")]
|
||||
pub fn new_rand<R: ?Sized>(rng: &mut R) -> Hash
|
||||
where
|
||||
R: rand::Rng,
|
||||
|
Reference in New Issue
Block a user