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