File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -554,8 +554,11 @@ 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`].
558
+ ///
557
559
/// [`in`]: keyword.in.html
558
560
/// [`impl`]: keyword.impl.html
561
+ /// [`loop`]: keyword.loop.html
559
562
/// [higher-ranked trait bounds]: ../reference/trait-bounds.html#higher-ranked-trait-bounds
560
563
/// [Rust book]:
561
564
/// ../book/ch03-05-control-flow.html#looping-through-a-collection-with-for
@@ -879,6 +882,9 @@ mod while_keyword {}
879
882
///
880
883
/// For more information on `loop` and loops in general, see the [Reference].
881
884
///
885
+ /// See also, [`for`].
886
+ ///
887
+ /// [`for`]: keyword.loop.html
882
888
/// [Reference]: ../reference/expressions/loop-expr.html
883
889
mod loop_keyword { }
884
890
You can’t perform that action at this time.
0 commit comments