mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 11:43:39 -04:00
Make the whole std::os::wasi::io module stable.
This commit is contained in:
@@ -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::*;
|
||||
|
||||
Reference in New Issue
Block a user