Skip to content

Commit

Permalink
Minor backend tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Dec 23, 2024
1 parent ca5c981 commit 87d7d67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/backends/linux_raw.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//! Implementation for Linux / Android without `/dev/urandom` fallback
//! Implementation for Linux / Android using `asm!`-based syscalls.
use crate::{Error, MaybeUninit};
// use rustix::rand::{getrandom_uninit, GetRandomFlags};

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

Expand Down

0 comments on commit 87d7d67

Please sign in to comment.