Skip to content

Commit 7d80510

Browse files
committed
Re-introduce unstable attributes.
Add `#[unstable(feature = "os_fd", issue = "98699")]` to the new `pub use` declarations.
1 parent bda1262 commit 7d80510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/std/src/os/fd/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mod net;
1919
mod tests;
2020

2121
// Export the types and traits for the public API.
22-
#[stable(feature = "io_safety", since = "1.63.0")]
22+
#[unstable(feature = "os_fd", issue = "98699")]
2323
pub use owned::*;
24-
#[stable(feature = "rust1", since = "1.0.0")]
24+
#[unstable(feature = "os_fd", issue = "98699")]
2525
pub use raw::*;

0 commit comments

Comments
 (0)