]> git.proxmox.com Git - rustc.git/blobdiff - library/std/src/os/unix/io/fd.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / library / std / src / os / unix / io / fd.rs
index 7795db7abc01def170058fbb567d50df1c8bce6d..d4cb696459b7e6c3f0f91ddc93fe2d729a8bea08 100644 (file)
@@ -1,9 +1,8 @@
 //! Owned and borrowed file descriptors.
 
-#![unstable(feature = "io_safety", issue = "87074")]
-
 // Tests for this module
 #[cfg(test)]
 mod tests;
 
+#[stable(feature = "io_safety", since = "1.63.0")]
 pub use crate::os::fd::owned::*;