Skip to content

Commit

Permalink
Add higher-ranked trait bounds link
Browse files Browse the repository at this point in the history
  • Loading branch information
czipperz committed Mar 27, 2019
1 parent 65b5e57 commit f0a7610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/keyword_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ 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
/// [`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
Expand Down

0 comments on commit f0a7610

Please sign in to comment.