rust-lang / futures-rs

Zero-cost asynchronous programming in Rust
https://rust-lang.github.io/futures-rs/
Apache License 2.0
5.4k stars 626 forks source link

docs: io ReadHalf/WriteHalf docs are outdated #2685

Open taiki-e opened 1 year ago

taiki-e commented 1 year ago

https://docs.rs/futures/latest/futures/io/struct.ReadHalf.html

The readable half of an object returned from AsyncRead::split.

https://docs.rs/futures/latest/futures/io/struct.WriteHalf.html

The writable half of an object returned from AsyncRead::split.

Both should be "... returned from AsyncReadExt::split"