auto merge of #12183 : SimonSapin/rust/patch-4, r=alexcrichton

This commit is contained in:
bors 2014-02-11 13:51:41 -08:00
commit 2ab248af38

View file

@ -59,7 +59,7 @@ This `for` loop syntax can be applied to any iterator over any type.
## Iteration protocol and more
More detailed information about iterators can be found in the [container
tutorial](http://static.rust-lang.org/doc/master/tutorial-container.html) with
guide](http://static.rust-lang.org/doc/master/guide-container.html) with
the rest of the rust manuals.
*/