Skip to content

Commit

Permalink
kmc-solid: Re-export {As,Borrowed,Owned}Fd in `std::os::solid::prel…
Browse files Browse the repository at this point in the history
…ude`
  • Loading branch information
kawadakk committed Nov 8, 2023
1 parent c8c3339 commit 52eb92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/os/solid/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
}

0 comments on commit 52eb92d

Please sign in to comment.