Skip to content

Commit e7e7c0f

Browse files
committed
Fix link in intoiterator docs
1 parent a691f1e commit e7e7c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/iter.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ pub trait FromIterator<A> {
11291129
/// Conversion into an `Iterator`
11301130
///
11311131
/// Implementing this trait allows you to use your type with Rust's `for` loop. See
1132-
/// the [module level documentation](../index.html) for more details.
1132+
/// the [module level documentation](index.html) for more details.
11331133
#[stable(feature = "rust1", since = "1.0.0")]
11341134
pub trait IntoIterator {
11351135
/// The type of the elements being iterated

0 commit comments

Comments
 (0)