File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
10
10
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
11
11
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
12
12
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
13
- refs/heads/auto: f5491e63b4a4389aded637b872b7e02180b9585b
13
+ refs/heads/auto: cc61f9c1d5baa29209b29a51cb9c553dcb2fb725
14
14
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
15
15
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
16
16
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336
Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ mod platform {
143
143
use super :: Prefix ;
144
144
use core:: prelude:: * ;
145
145
use ffi:: OsStr ;
146
- use std:: marker:: PhantomData ;
147
146
148
147
#[ inline]
149
148
pub fn is_sep_byte ( b : u8 ) -> bool {
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ use any::Any;
153
153
use cell:: UnsafeCell ;
154
154
use fmt;
155
155
use io;
156
- use marker:: { PhantomData , Send , Sync } ;
156
+ use marker:: PhantomData ;
157
157
use old_io:: stdio;
158
158
use rt:: { self , unwind} ;
159
159
use sync:: { Mutex , Condvar , Arc } ;
Original file line number Diff line number Diff line change 50
50
html_playground_url = "http://play.rust-lang.org/" ) ]
51
51
#![ deny( missing_docs) ]
52
52
53
- #![ feature( core) ]
54
53
#![ feature( box_syntax) ]
55
54
#![ feature( collections) ]
56
55
#![ feature( int_uint) ]
You can’t perform that action at this time.
0 commit comments