mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 21:00:06 +00:00
Specialize some methods of `io::Chain` This PR specializes the implementation of some methods of `io::Chain`, which could bring performance improvements when using it.