]> git.lizzy.rs Git - rust.git/commitdiff
Add higher-ranked trait bounds link
authorChris Gregory <czipperz@gmail.com>
Wed, 27 Mar 2019 16:03:14 +0000 (12:03 -0400)
committerChris Gregory <czipperz@gmail.com>
Wed, 27 Mar 2019 16:03:14 +0000 (12:03 -0400)
src/libstd/keyword_docs.rs

index 3eec5468c7de44648d375fe8ba00cdc1ef4c6fbd..7223eb3bf0eada29e5616117f556f885e4d81d73 100644 (file)
@@ -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