Skip to content

Commit 2fa454e

Browse files
committed
fmt
1 parent 8e6e5f9 commit 2fa454e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rand_custom.rs

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

0 commit comments

Comments
 (0)