Re-introduce unstable attributes.
Add `#[unstable(feature = "os_fd", issue = "98699")]` to the new `pub use` declarations.
This commit is contained in:
parent
bda12629c3
commit
7d80510c16
1 changed files with 2 additions and 2 deletions
|
|
@ -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::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue