diff options
| author | Chris Gregory <czipperz@gmail.com> | 2019-03-27 12:03:14 -0400 |
|---|---|---|
| committer | Chris Gregory <czipperz@gmail.com> | 2019-03-27 12:03:14 -0400 |
| commit | f0a76107248ab2366ab5dd2d63cd0ec489e5d8b4 (patch) | |
| tree | b97d347ae9935cca20c6e60ad1072cb485c5a6be /src/libstd | |
| parent | 65b5e572266ace8d9dc817ab5f8c54b675614110 (diff) | |
| download | rust-f0a76107248ab2366ab5dd2d63cd0ec489e5d8b4.tar.gz rust-f0a76107248ab2366ab5dd2d63cd0ec489e5d8b4.zip | |
Add higher-ranked trait bounds link
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/keyword_docs.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/keyword_docs.rs b/src/libstd/keyword_docs.rs index 3eec5468c7d..7223eb3bf0e 100644 --- a/src/libstd/keyword_docs.rs +++ b/src/libstd/keyword_docs.rs @@ -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 |
