mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
5105b1ec58
fix OS-specific I/O safety docs since the io_safety feature is stable Looks like this text was forgotten to be updated when `io_safety` got stabilized: it still says "once the io_safety feature is stable". Also adjust the wording a bit for how these docs relate to the general concept of I/O safety.