Skip to content

Commit 2a57085

Browse files
committed
Make the whole std::os::wasi::io module stable.
1 parent 8dbabf7 commit 2a57085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/src/os/wasi/io/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! WASI-specific extensions to general I/O primitives.
22
3-
#![unstable(feature = "wasi_ext", issue = "71213")]
3+
#![stable(feature = "io_safety", since = "1.63.0")]
44

55
#[stable(feature = "io_safety", since = "1.63.0")]
66
pub use crate::os::fd::*;

0 commit comments

Comments
 (0)