We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 111404f + e7e7c0f commit df54719Copy full SHA for df54719
src/libcore/iter.rs
@@ -1130,7 +1130,7 @@ pub trait FromIterator<A> {
1130
/// Conversion into an `Iterator`
1131
///
1132
/// Implementing this trait allows you to use your type with Rust's `for` loop. See
1133
-/// the [module level documentation](../index.html) for more details.
+/// the [module level documentation](index.html) for more details.
1134
#[stable(feature = "rust1", since = "1.0.0")]
1135
pub trait IntoIterator {
1136
/// The type of the elements being iterated
0 commit comments