File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ mod platform {
143143 use super :: Prefix ;
144144 use core:: prelude:: * ;
145145 use ffi:: OsStr ;
146- use std:: marker:: PhantomData ;
147146
148147 #[ inline]
149148 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;
153153use cell:: UnsafeCell ;
154154use fmt;
155155use io;
156- use marker:: { PhantomData , Send , Sync } ;
156+ use marker:: PhantomData ;
157157use old_io:: stdio;
158158use rt:: { self , unwind} ;
159159use sync:: { Mutex , Condvar , Arc } ;
Original file line number Diff line number Diff line change 5050 html_playground_url = "http://play.rust-lang.org/" ) ]
5151#![ deny( missing_docs) ]
5252
53- #![ feature( core) ]
5453#![ feature( box_syntax) ]
5554#![ feature( collections) ]
5655#![ feature( int_uint) ]
You can’t perform that action at this time.
0 commit comments