We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a691f1e commit e7e7c0fCopy full SHA for e7e7c0f
src/libcore/iter.rs
@@ -1129,7 +1129,7 @@ pub trait FromIterator<A> {
1129
/// Conversion into an `Iterator`
1130
///
1131
/// 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.
+/// the [module level documentation](index.html) for more details.
1133
#[stable(feature = "rust1", since = "1.0.0")]
1134
pub trait IntoIterator {
1135
/// The type of the elements being iterated
0 commit comments