Minor unused imports etc.
This commit is contained in:
parent
f5491e63b4
commit
cc61f9c1d5
3 changed files with 1 additions and 3 deletions
|
@ -153,7 +153,7 @@ use any::Any;
|
|||
use cell::UnsafeCell;
|
||||
use fmt;
|
||||
use io;
|
||||
use marker::{PhantomData, Send, Sync};
|
||||
use marker::PhantomData;
|
||||
use old_io::stdio;
|
||||
use rt::{self, unwind};
|
||||
use sync::{Mutex, Condvar, Arc};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue