• M
    Derive Debug for io::Chain instead of manually implementing it. · 7c01e6c3
    Mara Bos 提交于
    The manual implementation has the same bounds, so I don't think there's
    any reason for a manual implementation. The names used in the derive
    implementation are even nicer (`first`/`second`) than the manual
    implementation (`t`/`u`), and include the `done_first` field too.
    7c01e6c3
mod.rs 82.8 KB