Updates stability attributes to the current nightly version
This commit is contained in:
parent
ec7f9b927f
commit
88a29e630c
2 changed files with 3 additions and 3 deletions
|
@ -607,7 +607,7 @@ impl Write for Stdout {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[stable(feature = "write_mt", since = "1.47.0")]
|
#[stable(feature = "write_mt", since = "1.48.0")]
|
||||||
impl Write for &Stdout {
|
impl Write for &Stdout {
|
||||||
fn write(&mut self, buf: &[u8]) -> io::Result<usize> {
|
fn write(&mut self, buf: &[u8]) -> io::Result<usize> {
|
||||||
self.lock().write(buf)
|
self.lock().write(buf)
|
||||||
|
@ -810,7 +810,7 @@ impl Write for Stderr {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[stable(feature = "write_mt", since = "1.47.0")]
|
#[stable(feature = "write_mt", since = "1.48.0")]
|
||||||
impl Write for &Stderr {
|
impl Write for &Stderr {
|
||||||
fn write(&mut self, buf: &[u8]) -> io::Result<usize> {
|
fn write(&mut self, buf: &[u8]) -> io::Result<usize> {
|
||||||
self.lock().write(buf)
|
self.lock().write(buf)
|
||||||
|
|
|
@ -248,7 +248,7 @@ impl Write for Sink {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[stable(feature = "write_mt", since = "1.47.0")]
|
#[stable(feature = "write_mt", since = "1.48.0")]
|
||||||
impl Write for &Sink {
|
impl Write for &Sink {
|
||||||
#[inline]
|
#[inline]
|
||||||
fn write(&mut self, buf: &[u8]) -> io::Result<usize> {
|
fn write(&mut self, buf: &[u8]) -> io::Result<usize> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue