File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -853,6 +853,7 @@ mod loop_keyword { }
853
853
/// ```
854
854
///
855
855
/// For more information on `match` and matching in general, see the [Reference].
856
+ ///
856
857
/// [Reference]: ../reference/expressions/match-expr.html
857
858
mod match_keyword { }
858
859
@@ -892,11 +893,13 @@ mod mod_keyword { }
892
893
///
893
894
/// // x is no longer available
894
895
/// ```
895
- ///
896
+ ///
897
+ /// For more information on the `move` keyword, see the [closure]'s section
898
+ /// of the Rust book or the [threads] section
899
+ ///
896
900
/// [`Fn` trait]: ../std/ops/trait.Fn.html
897
901
/// [closure]: ../book/ch13-01-closures.html
898
902
/// [threads]: ../book/ch16-01-threads.html#using-move-closures-with-threads
899
- /// [not yet complete]: https://github.com/rust-lang/rust/issues/34601
900
903
mod move_keyword { }
901
904
902
905
#[ doc( keyword = "mut" ) ]
You can’t perform that action at this time.
0 commit comments