summaryrefslogtreecommitdiffstats
path: root/vendor/rustix/src/param/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/rustix/src/param/mod.rs')
-rw-r--r--vendor/rustix/src/param/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/rustix/src/param/mod.rs b/vendor/rustix/src/param/mod.rs
index c3838b62e..dde09772a 100644
--- a/vendor/rustix/src/param/mod.rs
+++ b/vendor/rustix/src/param/mod.rs
@@ -5,12 +5,10 @@
//! parameters; they're *process* configuration parameters, as they may differ
//! between different processes on the same system.
-#[cfg(feature = "param")]
mod auxv;
#[cfg(target_vendor = "mustang")]
mod init;
-#[cfg(feature = "param")]
pub use auxv::*;
#[cfg(target_vendor = "mustang")]
pub use init::init;