Remove unused imports throughout src/

This commit is contained in:
Alex Crichton
2013-02-27 00:10:03 -05:00
parent 55461d888f
commit dfb5c10dea
214 changed files with 19 additions and 626 deletions

View File

@@ -21,11 +21,8 @@
* ~~~
*/
use core::cast::copy_lifetime;
use core::cast;
use core::cell::Cell;
use core::either::Either;
use core::option;
use core::comm::{oneshot, ChanOne, PortOne, send_one, recv_one};
use core::pipes::recv;
use core::prelude::*;
@@ -145,6 +142,7 @@ pub fn spawn<A:Owned>(blk: ~fn() -> A) -> Future<A> {
}
#[allow(non_implicitly_copyable_typarams)]
#[cfg(test)]
pub mod test {
use core::prelude::*;