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 9d7a838 commit ee5703cCopy full SHA for ee5703c
src/libstd/thread/mod.rs
@@ -443,7 +443,7 @@ impl Builder {
443
/// // caller has to ensure `join()` is called, otherwise
444
/// // it is possible to access freed memory if `x` gets
445
/// // dropped before the thread closure is executed!
446
- /// handler.join.unwrap();
+ /// handler.join().unwrap();
447
/// ```
448
///
449
/// [`spawn`]: ../../std/thread/fn.spawn.html
0 commit comments