diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-06-10 10:01:10 +1000 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-06-10 23:02:54 +1000 |
| commit | ee41ad4168a0e9316d8621ad5ceda2208c553f76 (patch) | |
| tree | 832d63a61a18aa47cb04c2bb4f61240c55b930f6 /src/libstd | |
| parent | c32fb53cf9ae20a657d17bd8e2f0b36863096583 (diff) | |
| download | rust-ee41ad4168a0e9316d8621ad5ceda2208c553f76.tar.gz rust-ee41ad4168a0e9316d8621ad5ceda2208c553f76.zip | |
std: fix compile & test
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/run.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/run.rs b/src/libstd/run.rs index 29598bc48fa..41bc573f10d 100644 --- a/src/libstd/run.rs +++ b/src/libstd/run.rs @@ -12,6 +12,7 @@ #[allow(missing_doc)]; +use iterator::IteratorUtil; use cast; use comm::{stream, SharedChan, GenericChan, GenericPort}; use int; |
