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 e3c9d73 commit 11dfa01Copy full SHA for 11dfa01
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