diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-06-08 18:28:08 +1000 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-06-09 02:22:23 +1000 |
| commit | 513d2292e5a743e630ceece06255528c1902ac01 (patch) | |
| tree | 2bfd6a023b397d60a5923a66cdcb47241ac1b043 /doc/tutorial-tasks.md | |
| parent | ed299af62566a9f0f285e81408aab5f7680ab4cc (diff) | |
| download | rust-513d2292e5a743e630ceece06255528c1902ac01.tar.gz rust-513d2292e5a743e630ceece06255528c1902ac01.zip | |
std: remove foldr and alli methods in vec
Diffstat (limited to 'doc/tutorial-tasks.md')
| -rw-r--r-- | doc/tutorial-tasks.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tutorial-tasks.md b/doc/tutorial-tasks.md index 7ea6de90fb2..892908dc0a0 100644 --- a/doc/tutorial-tasks.md +++ b/doc/tutorial-tasks.md @@ -351,6 +351,7 @@ a single large vector of floats. Each task needs the full vector to perform its # use std::vec; # use std::uint; # use std::rand; +# use std::iterator::IteratorUtil; use extra::arc::ARC; fn pnorm(nums: &~[float], p: uint) -> float { |
