Skip to content

Commit 7ac645a

Browse files
committed
Make the whole std::os::wasi::io module stable.
1 parent e56b84e commit 7ac645a

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/os/wasi/io

1 file changed

+1
-1
lines changed

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

+1-1
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)