We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e123f98 + aff6426 commit 05b14a3Copy full SHA for 05b14a3
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