about summary refs log tree commit diff
path: root/src/libcore/task/spawn.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2013-05-12 20:34:15 -0400
committerAlex Crichton <alex@alexcrichton.com>2013-05-13 18:51:40 -0400
commit66e1e517019c70450dcadeb0d876c686729215e3 (patch)
tree240911054fe653f64e36a8dd9e96c842d00a95e4 /src/libcore/task/spawn.rs
parentad5bfd600d1611c9d1bb933a383d0db2fa0ee7bf (diff)
downloadrust-66e1e517019c70450dcadeb0d876c686729215e3.tar.gz
rust-66e1e517019c70450dcadeb0d876c686729215e3.zip
Remove re-exports from libcore/core.rc
Also fix up all the fallout elsewhere throughout core. It's really nice being
able to have the prelude.
Diffstat (limited to 'src/libcore/task/spawn.rs')
-rw-r--r--src/libcore/task/spawn.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/task/spawn.rs b/src/libcore/task/spawn.rs
index 545f1ac8ada..9a1689ca056 100644
--- a/src/libcore/task/spawn.rs
+++ b/src/libcore/task/spawn.rs
@@ -78,7 +78,6 @@ use cell::Cell;
 use container::Map;
 use comm::{Chan, GenericChan};
 use prelude::*;
-use unstable;
 use ptr;
 use hashmap::HashSet;
 use task::local_data_priv::{local_get, local_set, OldHandle};