Commit 88a29e6 Federico Ponzi
committed
1 parent ec7f9b9 commit 88a29e6 Copy full SHA for 88a29e6
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -607,7 +607,7 @@ impl Write for Stdout {
607
607
}
608
608
}
609
609
610
- #[ stable( feature = "write_mt" , since = "1.47 .0" ) ]
610
+ #[ stable( feature = "write_mt" , since = "1.48 .0" ) ]
611
611
impl Write for & Stdout {
612
612
fn write ( & mut self , buf : & [ u8 ] ) -> io:: Result < usize > {
613
613
self . lock ( ) . write ( buf)
@@ -810,7 +810,7 @@ impl Write for Stderr {
810
810
}
811
811
}
812
812
813
- #[ stable( feature = "write_mt" , since = "1.47 .0" ) ]
813
+ #[ stable( feature = "write_mt" , since = "1.48 .0" ) ]
814
814
impl Write for & Stderr {
815
815
fn write ( & mut self , buf : & [ u8 ] ) -> io:: Result < usize > {
816
816
self . lock ( ) . write ( buf)
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ impl Write for Sink {
248
248
}
249
249
}
250
250
251
- #[ stable( feature = "write_mt" , since = "1.47 .0" ) ]
251
+ #[ stable( feature = "write_mt" , since = "1.48 .0" ) ]
252
252
impl Write for & Sink {
253
253
#[ inline]
254
254
fn write ( & mut self , buf : & [ u8 ] ) -> io:: Result < usize > {
You can’t perform that action at this time.
0 commit comments