Skip to content

Commit

Permalink
Make the whole std::os::wasi::io module stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Oct 20, 2022
1 parent e56b84e commit 7ac645a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/os/wasi/io/mod.rs
Original file line number Diff line number Diff line change
@@ -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::*;

0 comments on commit 7ac645a

Please sign in to comment.