mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
271eb8fc5a
Make BufWriter use get_mut instead of manipulating inner in Write implementation `get_mut` allows us to abstract over the implementation detail of inner being optional.