Skip to content

Commit

Permalink
Mark std::os::wasi::io::AsFd etc. as stable.
Browse files Browse the repository at this point in the history
io_safety was stabilized in Rust 1.63, so mark the io_safety exports in
`std::os::wasi::io` as stable.

Fixes #103306.
  • Loading branch information
sunfishcode committed Oct 20, 2022
1 parent 53728ff commit e56b84e
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
Expand Up @@ -2,5 +2,5 @@

#![unstable(feature = "wasi_ext", issue = "71213")]

#[unstable(feature = "wasi_ext", issue = "71213")]
#[stable(feature = "io_safety", since = "1.63.0")]
pub use crate::os::fd::*;

0 comments on commit e56b84e

Please sign in to comment.