Move link to rust book to next line to pass 100 column limit
This commit is contained in:
parent
f0a7610724
commit
25452501ee
1 changed files with 2 additions and 1 deletions
|
|
@ -352,7 +352,8 @@ mod fn_keyword { }
|
|||
/// For more information on for-loops, see the [Rust book] or the [Reference].
|
||||
///
|
||||
/// [`impl`]: keyword.impl.html
|
||||
/// [higher-ranked trait bounds]: https://doc.rust-lang.org/nightly/reference/trait-bounds.html#higher-ranked-trait-bounds
|
||||
/// [higher-ranked trait bounds]:
|
||||
/// https://doc.rust-lang.org/nightly/reference/trait-bounds.html#higher-ranked-trait-bounds
|
||||
/// [`IntoIterator`]: iter/trait.IntoIterator.html
|
||||
/// [Rust book]:
|
||||
/// https://doc.rust-lang.org/book/2018-edition/ch03-05-control-flow.html#looping-through-a-collection-with-for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue