We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f577b0e + 79849ee commit 28b37a2Copy full SHA for 28b37a2
src/libstd/sys/vxworks/ext/mod.rs
@@ -18,4 +18,7 @@ pub mod prelude {
18
#[doc(no_inline)]
19
#[stable(feature = "rust1", since = "1.0.0")]
20
pub use super::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
21
+ #[doc(no_inline)]
22
+ #[stable(feature = "rust1", since = "1.0.0")]
23
+ pub use super::process::ExitStatusExt;
24
}
0 commit comments