We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cfg(target_os)
redox
vxworks
1 parent 5233edc commit 738f736Copy full SHA for 738f736
library/std/src/os/mod.rs
@@ -28,7 +28,7 @@ pub use crate::sys::wasi_ext as wasi;
28
// If we're not documenting libstd then we just expose the main modules as we otherwise would.
29
30
#[cfg(not(doc))]
31
-#[cfg(any(target_os = "redox", unix, target_os = "vxworks", target_os = "hermit"))]
+#[cfg(any(unix, target_os = "hermit"))]
32
#[stable(feature = "rust1", since = "1.0.0")]
33
pub use crate::sys::ext as unix;
34
0 commit comments