Skip to content

Commit c1af60c

Browse files
committed
cleanup
1 parent 2fa454e commit c1af60c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/rand_custom.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#[cfg(not(feature = "std"))]
2-
use getrandom;
3-
#[cfg(not(feature = "std"))]
42
pub(crate) use rand::rngs::SmallRng as RngImpl;
53
#[cfg(feature = "std")]
64
pub(crate) use rand::rngs::StdRng as RngImpl;

0 commit comments

Comments
 (0)