Skip to content

Commit

Permalink
Fix broken link to the container guide
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSapin committed Feb 11, 2014
1 parent 9e133d1 commit de6ed9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/iter.rs
Expand Up @@ -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.
*/
Expand Down

5 comments on commit de6ed9c

@bors
Copy link
Contributor

@bors bors commented on de6ed9c Feb 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from alexcrichton
at SimonSapin@de6ed9c

@bors
Copy link
Contributor

@bors bors commented on de6ed9c Feb 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging SimonSapin/rust/patch-4 = de6ed9c into auto

@bors
Copy link
Contributor

@bors bors commented on de6ed9c Feb 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SimonSapin/rust/patch-4 = de6ed9c merged ok, testing candidate = 2ab248a

@bors
Copy link
Contributor

@bors bors commented on de6ed9c Feb 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on de6ed9c Feb 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 2ab248a

Please sign in to comment.