This commit is contained in:
Lorenzo (Mec-iS)
2022-11-08 11:55:32 +00:00
committed by morenol
parent a449fdd4ea
commit 616e38c282
-2
View File
@@ -1,6 +1,4 @@
#[cfg(not(feature = "std"))]
use getrandom;
#[cfg(not(feature = "std"))]
pub(crate) use rand::rngs::SmallRng as RngImpl;
#[cfg(feature = "std")]
pub(crate) use rand::rngs::StdRng as RngImpl;