We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a12d5 commit 3855597Copy full SHA for 3855597
library/std/src/keyword_docs.rs
@@ -1031,10 +1031,10 @@ mod mod_keyword {}
1031
/// };
1032
/// ```
1033
///
1034
-/// For more information on the `move` keyword, see the [closures] section
+/// For more information on the `move` keyword, see the [closures][closure] section
1035
/// of the Rust book or the [threads] section.
1036
1037
-/// [closures]: ../book/ch13-01-closures.html
+/// [closure]: ../book/ch13-01-closures.html
1038
/// [threads]: ../book/ch16-01-threads.html#using-move-closures-with-threads
1039
mod move_keyword {}
1040
0 commit comments