summary refs log tree commit diff
path: root/library/std/src/io/buffered/mod.rs
AgeCommit message (Collapse)AuthorLines
2021-07-15Stabilize `into_parts()` and `into_error()`inquisitivecrystal-4/+2
2020-12-04IntoInnerError: Provide into_errorIan Jackson-0/+21
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
2020-12-04IntoInnerError: Provide into_partsIan Jackson-0/+24
In particular, IntoIneerError only currently provides .error() which returns a reference, not an owned value. This is not helpful and means that a caller of BufWriter::into_inner cannot acquire an owned io::Error which seems quite wrong. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
2020-09-10move buffered.rs to mod.rsNathan West-0/+151