Fix broken doc link reference

This commit is contained in:
Stephen Albert-Moore 2021-03-20 00:36:41 -04:00
parent b6a12d58f5
commit 3855597186

View File

@ -1031,10 +1031,10 @@ mod mod_keyword {}
/// };
/// ```
///
/// For more information on the `move` keyword, see the [closures] section
/// For more information on the `move` keyword, see the [closures][closure] section
/// of the Rust book or the [threads] section.
///
/// [closures]: ../book/ch13-01-closures.html
/// [closure]: ../book/ch13-01-closures.html
/// [threads]: ../book/ch16-01-threads.html#using-move-closures-with-threads
mod move_keyword {}