diff --git a/src/rand_custom.rs b/src/rand_custom.rs index 7b4a3a5..2156ab0 100644 --- a/src/rand_custom.rs +++ b/src/rand_custom.rs @@ -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;