提交 872b5cd8 编写于 作者: I Ivan Tham

Link loop/for keyword

上级 1c389ffe
......@@ -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
......@@ -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 {}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册