File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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 {
607607 }
608608}
609609
610- #[ stable( feature = "write_mt" , since = "1.47 .0" ) ]
610+ #[ stable( feature = "write_mt" , since = "1.48 .0" ) ]
611611impl Write for & Stdout {
612612 fn write ( & mut self , buf : & [ u8 ] ) -> io:: Result < usize > {
613613 self . lock ( ) . write ( buf)
@@ -810,7 +810,7 @@ impl Write for Stderr {
810810 }
811811}
812812
813- #[ stable( feature = "write_mt" , since = "1.47 .0" ) ]
813+ #[ stable( feature = "write_mt" , since = "1.48 .0" ) ]
814814impl Write for & Stderr {
815815 fn write ( & mut self , buf : & [ u8 ] ) -> io:: Result < usize > {
816816 self . lock ( ) . write ( buf)
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ impl Write for Sink {
248248 }
249249}
250250
251- #[ stable( feature = "write_mt" , since = "1.47 .0" ) ]
251+ #[ stable( feature = "write_mt" , since = "1.48 .0" ) ]
252252impl Write for & Sink {
253253 #[ inline]
254254 fn write ( & mut self , buf : & [ u8 ] ) -> io:: Result < usize > {
You can’t perform that action at this time.
0 commit comments