adds missing method call parentheses
This commit is contained in:
parent
9d7a83862b
commit
ee5703cbbc
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ impl Builder {
|
||||||
/// // caller has to ensure `join()` is called, otherwise
|
/// // caller has to ensure `join()` is called, otherwise
|
||||||
/// // it is possible to access freed memory if `x` gets
|
/// // it is possible to access freed memory if `x` gets
|
||||||
/// // dropped before the thread closure is executed!
|
/// // dropped before the thread closure is executed!
|
||||||
/// handler.join.unwrap();
|
/// handler.join().unwrap();
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// [`spawn`]: ../../std/thread/fn.spawn.html
|
/// [`spawn`]: ../../std/thread/fn.spawn.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue