mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
8ad7bc3f42
Add `RawFd` to WASI's `std::os::wasi::prelude`. Add `RawFd` to WASI's `std::os::wasi::prelude`, making it consistent with all other platforms which also have `AsRawFd`, `FromRawFd`, and `IntoRawFd` in their respective preludes.