Fix broken doc link reference
This commit is contained in:
parent
b6a12d58f5
commit
3855597186
@ -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 {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user