mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 09:40:36 +00:00
Implement `read_buf` for WASI stdin `WasiFd::read_buf` already exists. Simply use it in `Stdin`. cc `@alexcrichton` Tracked in https://github.com/rust-lang/rust/issues/136756