Skip to content

Commit

Permalink
Link loop/for keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire committed Nov 25, 2020
1 parent 1c389ff commit 872b5cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions library/std/src/keyword_docs.rs
Expand Up @@ -554,8 +554,11 @@ mod fn_keyword {}
///
/// For more information on for-loops, see the [Rust book] or the [Reference].
///
/// See also, [`loop`].
///
/// [`in`]: keyword.in.html
/// [`impl`]: keyword.impl.html
/// [`loop`]: keyword.loop.html
/// [higher-ranked trait bounds]: ../reference/trait-bounds.html#higher-ranked-trait-bounds
/// [Rust book]:
/// ../book/ch03-05-control-flow.html#looping-through-a-collection-with-for
Expand Down Expand Up @@ -879,6 +882,9 @@ mod while_keyword {}
///
/// For more information on `loop` and loops in general, see the [Reference].
///
/// See also, [`for`].
///
/// [`for`]: keyword.loop.html
/// [Reference]: ../reference/expressions/loop-expr.html
mod loop_keyword {}

Expand Down

0 comments on commit 872b5cd

Please sign in to comment.