File tree Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Expand file tree Collapse file tree 2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -945,12 +945,6 @@ pub trait Reader {
945945 }
946946}
947947
948- #[ cfg( stage0) ]
949- impl Reader for Box < Reader +' static > {
950- fn read ( & mut self , buf : & mut [ u8 ] ) -> IoResult < uint > { self . read ( buf) }
951- }
952-
953- #[ cfg( not( stage0) ) ]
954948impl < ' a > Reader for Box < Reader +' a > {
955949 fn read ( & mut self , buf : & mut [ u8 ] ) -> IoResult < uint > { self . read ( buf) }
956950}
@@ -1285,16 +1279,6 @@ pub trait Writer {
12851279 }
12861280}
12871281
1288- #[ cfg( stage0) ]
1289- impl Writer for Box < Writer +' static > {
1290- #[ inline]
1291- fn write ( & mut self , buf : & [ u8 ] ) -> IoResult < ( ) > { self . write ( buf) }
1292-
1293- #[ inline]
1294- fn flush ( & mut self ) -> IoResult < ( ) > { self . flush ( ) }
1295- }
1296-
1297- #[ cfg( not( stage0) ) ]
12981282impl < ' a > Writer for Box < Writer +' a > {
12991283 #[ inline]
13001284 fn write ( & mut self , buf : & [ u8 ] ) -> IoResult < ( ) > { self . write ( buf) }
Original file line number Diff line number Diff line change 1+ S 2014-09-05 67b97ab
2+ freebsd-x86_64 5ed208394cb2a378ddfaa005b6298d2f142ad47f
3+ linux-i386 d90866947bfa09738cf8540d17a8eedc70988fcc
4+ linux-x86_64 52955b8f7a3b1bf664345060f421101979ced9f2
5+ macos-i386 2a38d39afa94ad6d274464ee4e82b1b98c2b3a11
6+ macos-x86_64 51df6e27c7d0776f83023e30a976525934ddb93f
7+ winnt-i386 3b0bc6d5c1435f22a3782ae25acd19bc27b2cff4
8+
19S 2014-08-29 6025926
210 freebsd-x86_64 285330b798eefcc929fc94c9d0604b6172ce3309
311 linux-i386 5b57ab2dc32952dc78551a955f3c1746b2d915a3
You can’t perform that action at this time.
0 commit comments