Files
rust/src/libstd/io
Mazdak Farrokhzad 271eb8fc5a Rollup merge of #59906 - czipperz:bufwriter-use-getmut, r=kennytm
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.
2019-04-14 17:49:24 +02:00
..
2019-02-28 04:06:15 +09:00
2019-03-31 12:56:51 +02:00
2018-12-25 21:08:33 -07:00