Stabilise BufWriter::into_parts
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
This commit is contained in:
parent
47ab5f7ce2
commit
db13636f03
3 changed files with 8 additions and 10 deletions
|
@ -264,7 +264,7 @@ use crate::sys_common::memchr;
|
|||
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use self::buffered::IntoInnerError;
|
||||
#[unstable(feature = "bufwriter_into_parts", issue = "80690")]
|
||||
#[stable(feature = "bufwriter_into_parts", since = "1.56.0")]
|
||||
pub use self::buffered::WriterPanicked;
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use self::buffered::{BufReader, BufWriter, LineWriter};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue