Re-introduce unstable attributes.

Add `#[unstable(feature = "os_fd", issue = "98699")]` to the new
`pub use` declarations.
This commit is contained in:
Dan Gohman 2022-08-23 11:57:13 -07:00
parent bda12629c3
commit 7d80510c16

View file

@ -19,7 +19,7 @@ mod net;
mod tests;
// Export the types and traits for the public API.
#[stable(feature = "io_safety", since = "1.63.0")]
#[unstable(feature = "os_fd", issue = "98699")]
pub use owned::*;
#[stable(feature = "rust1", since = "1.0.0")]
#[unstable(feature = "os_fd", issue = "98699")]
pub use raw::*;