cleanup
This commit is contained in:
committed by
morenol
parent
a449fdd4ea
commit
616e38c282
@@ -1,6 +1,4 @@
|
|||||||
#[cfg(not(feature = "std"))]
|
#[cfg(not(feature = "std"))]
|
||||||
use getrandom;
|
|
||||||
#[cfg(not(feature = "std"))]
|
|
||||||
pub(crate) use rand::rngs::SmallRng as RngImpl;
|
pub(crate) use rand::rngs::SmallRng as RngImpl;
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
pub(crate) use rand::rngs::StdRng as RngImpl;
|
pub(crate) use rand::rngs::StdRng as RngImpl;
|
||||||
|
|||||||
Reference in New Issue
Block a user