diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2013-04-26 12:24:15 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2013-04-27 21:34:24 -0400 |
| commit | f792baba42b79711b64950c46208a1eb4b9539be (patch) | |
| tree | 246190c51857def54922ac4888e990d2e53164ca /src/libstd/par.rs | |
| parent | dd5b1de1812f308ad68472d2ab06c15d3c342d75 (diff) | |
| download | rust-f792baba42b79711b64950c46208a1eb4b9539be.tar.gz rust-f792baba42b79711b64950c46208a1eb4b9539be.zip | |
only use #[no_core] in libcore
Diffstat (limited to 'src/libstd/par.rs')
| -rw-r--r-- | src/libstd/par.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libstd/par.rs b/src/libstd/par.rs index 3992cc41961..cfedbb66caa 100644 --- a/src/libstd/par.rs +++ b/src/libstd/par.rs @@ -8,16 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -use core::cast; -use core::prelude::*; -use core::ptr; -use core::sys; -use core::uint; -use core::vec; - use future_spawn = future::spawn; - /** * The maximum number of tasks this module will spawn for a single * operation. |
