BufWriter: actually export WriterPanicked error
I didn't notice the submodule, which means I failed to re-export this to make it actually-public. Reported-by: Andrew Gallant <jamslam@gmail.com> Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
This commit is contained in:
parent
5fb3394cbd
commit
cbba940daf
2 changed files with 4 additions and 0 deletions
|
@ -264,6 +264,8 @@ use crate::sys_common::memchr;
|
|||
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use self::buffered::IntoInnerError;
|
||||
#[unstable(feature = "bufwriter_into_raw_parts", issue = "80690")]
|
||||
pub use self::buffered::WriterPanicked;
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use self::buffered::{BufReader, BufWriter, LineWriter};
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue