From 616e38c282ef59481058da5cb12b55c70b94e123 Mon Sep 17 00:00:00 2001 From: "Lorenzo (Mec-iS)" Date: Tue, 8 Nov 2022 11:55:32 +0000 Subject: [PATCH] cleanup --- src/rand_custom.rs | 2 -- 1 file changed, 2 deletions(-) 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;