Rollup merge of #67041 - Wind-River:master_base, r=alexcrichton
add ExitStatusExt into prelude r? @alexcrichton
This commit is contained in:
commit
1bb868c5d6
1 changed files with 3 additions and 0 deletions
|
@ -18,4 +18,7 @@ pub mod prelude {
|
||||||
#[doc(no_inline)]
|
#[doc(no_inline)]
|
||||||
#[stable(feature = "rust1", since = "1.0.0")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
pub use super::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
|
pub use super::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
|
||||||
|
#[doc(no_inline)]
|
||||||
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
|
pub use super::process::ExitStatusExt;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue