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 c429ade commit 5b5746fCopy full SHA for 5b5746f
library/std/src/thread/scoped.rs
@@ -144,7 +144,7 @@ impl<'env> Scope<'env> {
144
///
145
/// # Panics
146
147
- /// Panics if the OS fails to create a thread; use [`Builder::spawn`]
+ /// Panics if the OS fails to create a thread; use [`Builder::spawn_scoped`]
148
/// to recover from such errors.
149
150
/// [`join`]: ScopedJoinHandle::join
0 commit comments