summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/tests/rand/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rustix/tests/rand/main.rs')
-rw-r--r--vendor/rustix/tests/rand/main.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/rustix/tests/rand/main.rs b/vendor/rustix/tests/rand/main.rs
deleted file mode 100644
index 9dac8027f..000000000
--- a/vendor/rustix/tests/rand/main.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-//! Tests for [`rustix::rand`].
-
-#![cfg(feature = "rand")]
-#![cfg(not(windows))]
-#![cfg_attr(target_os = "wasi", feature(wasi_ext))]
-#![cfg_attr(io_lifetimes_use_std, feature(io_safety))]
-
-#[cfg(any(linux_raw, all(libc, target_os = "linux")))]
-mod getrandom;