Skip to content

Commit 61cd3c2

Browse files
josephlrnewpavlov
authored andcommitted
openBSD: Make imports consistent (#53)
1 parent 4f65408 commit 61cd3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openbsd_bitrig.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
extern crate std;
1111

1212
use crate::Error;
13+
use core::num::NonZeroU32;
1314
use std::io;
14-
use std::num::NonZeroU32;
1515

1616
pub fn getrandom_inner(dest: &mut [u8]) -> Result<(), Error> {
1717
for chunk in dest.chunks_mut(256) {

0 commit comments

Comments
 (0)