diff options
| author | Mark Simulacrum <mark.simulacrum@gmail.com> | 2017-05-31 10:52:49 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-31 10:52:49 -0600 |
| commit | 0c339ffbc0ef8130c339181e20032f5d1fbb6c76 (patch) | |
| tree | d57c68c5d8700a62aed152c3c1976fa555a512f2 /src/libcore | |
| parent | b62eb7fed8b1ac73281b5b545ffa5137d9027d81 (diff) | |
| parent | 69f822524f417ec9ab50131379eb34412c3b2b19 (diff) | |
| download | rust-0c339ffbc0ef8130c339181e20032f5d1fbb6c76.tar.gz rust-0c339ffbc0ef8130c339181e20032f5d1fbb6c76.zip | |
Rollup merge of #42329 - rap2hpoutre:patch-6, r=steveklabnik
fix links to "module-level documentation" see https://github.com/rust-lang/rust/issues/42267
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/iter/traits.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcore/iter/traits.rs b/src/libcore/iter/traits.rs index 798dda19928..015cc150dc2 100644 --- a/src/libcore/iter/traits.rs +++ b/src/libcore/iter/traits.rs @@ -109,7 +109,7 @@ pub trait FromIterator<A>: Sized { /// /// See the [module-level documentation] for more. /// - /// [module-level documentation]: trait.FromIterator.html + /// [module-level documentation]: index.html /// /// # Examples /// @@ -219,7 +219,7 @@ pub trait IntoIterator { /// /// See the [module-level documentation] for more. /// - /// [module-level documentation]: trait.IntoIterator.html + /// [module-level documentation]: index.html /// /// # Examples /// |
