fmt
This commit is contained in:
committed by
morenol
parent
669f87f812
commit
a449fdd4ea
+2
-2
@@ -1,7 +1,7 @@
|
||||
#[cfg(not(feature = "std"))]
|
||||
pub(crate) use rand::rngs::SmallRng as RngImpl;
|
||||
#[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;
|
||||
use rand::SeedableRng;
|
||||
|
||||
Reference in New Issue
Block a user