mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
Merge pull request #46 from Wind-River/master_base_V7LIBC-1069
add ExitStatusExt into prelude
This commit is contained in:
commit
28b37a24f3
@ -18,4 +18,7 @@ pub mod prelude {
|
||||
#[doc(no_inline)]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use super::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
|
||||
#[doc(no_inline)]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use super::process::ExitStatusExt;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user