mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 00:00:35 +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