Rollup merge of #42329 - rap2hpoutre:patch-6, r=steveklabnik
fix links to "module-level documentation" see https://github.com/rust-lang/rust/issues/42267
This commit is contained in:
commit
0c339ffbc0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue