@@ -554,11 +554,12 @@ mod fn_keyword {}
554
554
///
555
555
/// For more information on for-loops, see the [Rust book] or the [Reference].
556
556
///
557
- /// See also, [`loop`].
557
+ /// See also, [`loop`], [`while`] .
558
558
///
559
559
/// [`in`]: keyword.in.html
560
560
/// [`impl`]: keyword.impl.html
561
561
/// [`loop`]: keyword.loop.html
562
+ /// [`while`]: keyword.while.html
562
563
/// [higher-ranked trait bounds]: ../reference/trait-bounds.html#higher-ranked-trait-bounds
563
564
/// [Rust book]:
564
565
/// ../book/ch03-05-control-flow.html#looping-through-a-collection-with-for
@@ -834,6 +835,8 @@ mod let_keyword {}
834
835
///
835
836
/// For more information on `while` and loops in general, see the [reference].
836
837
///
838
+ /// See also, [`for`], [`loop`].
839
+ ///
837
840
/// [`for`]: keyword.for.html
838
841
/// [`loop`]: keyword.loop.html
839
842
/// [reference]: ../reference/expressions/loop-expr.html#predicate-loops
@@ -882,9 +885,10 @@ mod while_keyword {}
882
885
///
883
886
/// For more information on `loop` and loops in general, see the [Reference].
884
887
///
885
- /// See also, [`for`].
888
+ /// See also, [`for`], [`while`] .
886
889
///
887
890
/// [`for`]: keyword.for.html
891
+ /// [`while`]: keyword.while.html
888
892
/// [Reference]: ../reference/expressions/loop-expr.html
889
893
mod loop_keyword { }
890
894
0 commit comments