Skip to content

Commit f0a7610

Browse files
committed
Add higher-ranked trait bounds link
1 parent 65b5e57 commit f0a7610

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/keyword_docs.rs

+1
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,7 @@ mod fn_keyword { }
352352
/// For more information on for-loops, see the [Rust book] or the [Reference].
353353
///
354354
/// [`impl`]: keyword.impl.html
355+
/// [higher-ranked trait bounds]: https://doc.rust-lang.org/nightly/reference/trait-bounds.html#higher-ranked-trait-bounds
355356
/// [`IntoIterator`]: iter/trait.IntoIterator.html
356357
/// [Rust book]:
357358
/// https://doc.rust-lang.org/book/2018-edition/ch03-05-control-flow.html#looping-through-a-collection-with-for

0 commit comments

Comments
 (0)