kmc-solid: Re-export {As,Borrowed,Owned}Fd
in std::os::solid::prelude
This commit is contained in:
parent
c8c3339133
commit
52eb92de37
@ -13,5 +13,5 @@ pub mod prelude {
|
||||
pub use super::ffi::{OsStrExt, OsStringExt};
|
||||
#[doc(no_inline)]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use super::io::{AsRawFd, FromRawFd, IntoRawFd, RawFd};
|
||||
pub use super::io::{AsFd, AsRawFd, BorrowedFd, FromRawFd, IntoRawFd, OwnedFd, RawFd};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user