Make the whole std::os::wasi::io module stable.

This commit is contained in:
Dan Gohman 2022-10-20 14:31:11 -07:00
parent e56b84e844
commit 7ac645a565

View File

@ -1,6 +1,6 @@
//! WASI-specific extensions to general I/O primitives.
#![unstable(feature = "wasi_ext", issue = "71213")]
#![stable(feature = "io_safety", since = "1.63.0")]
#[stable(feature = "io_safety", since = "1.63.0")]
pub use crate::os::fd::*;