diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-06-25 17:02:03 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-06-25 17:39:43 -0700 |
| commit | c109bed15b79c81fed4277abd0f4a71a221224c1 (patch) | |
| tree | d2244fded61a1aef7e7ac2779182a8af2aaaeff2 /src/libstd/task | |
| parent | 032dcc57e8876e960837c3a050be2c7570e7eafd (diff) | |
| download | rust-c109bed15b79c81fed4277abd0f4a71a221224c1.tar.gz rust-c109bed15b79c81fed4277abd0f4a71a221224c1.zip | |
Deny common lints by default for lib{std,extra}
Diffstat (limited to 'src/libstd/task')
| -rw-r--r-- | src/libstd/task/spawn.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/task/spawn.rs b/src/libstd/task/spawn.rs index 77053f39677..94349c75af9 100644 --- a/src/libstd/task/spawn.rs +++ b/src/libstd/task/spawn.rs @@ -91,7 +91,7 @@ use uint; use util; use unstable::sync::{Exclusive, exclusive}; use rt::local::Local; -use iterator::{IteratorUtil}; +use iterator::IteratorUtil; #[cfg(test)] use task::default_task_opts; #[cfg(test)] use comm; |
