Skip to content

Commit 87d7d67

Browse files
committed
Minor backend tweak
1 parent ca5c981 commit 87d7d67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backends/linux_raw.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
//! Implementation for Linux / Android without `/dev/urandom` fallback
1+
//! Implementation for Linux / Android using `asm!`-based syscalls.
22
use crate::{Error, MaybeUninit};
3-
// use rustix::rand::{getrandom_uninit, GetRandomFlags};
43

54
pub use crate::util::{inner_u32, inner_u64};
65

0 commit comments

Comments
 (0)