We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
unstable
1 parent bda1262 commit 7d80510Copy full SHA for 7d80510
library/std/src/os/fd/mod.rs
@@ -19,7 +19,7 @@ mod net;
19
mod tests;
20
21
// Export the types and traits for the public API.
22
-#[stable(feature = "io_safety", since = "1.63.0")]
+#[unstable(feature = "os_fd", issue = "98699")]
23
pub use owned::*;
24
-#[stable(feature = "rust1", since = "1.0.0")]
25
pub use raw::*;
0 commit comments