Skip to content

Commit 6a8311c

Browse files
Update library/std/src/thread/mod.rs
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
1 parent e4c5e86 commit 6a8311c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/std/src/thread/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ pub const fn require_unstable_const_init_thread_local() {}
257257
/// [`unwrap`]: crate::result::Result::unwrap
258258
/// [naming-threads]: ./index.html#naming-threads
259259
/// [stack-size]: ./index.html#stack-size
260-
#[must_use = "must eventually call `spawn()` on Thread builders"]
260+
#[must_use = "must eventually spawn the thread"]
261261
#[stable(feature = "rust1", since = "1.0.0")]
262262
#[derive(Debug)]
263263
pub struct Builder {

0 commit comments

Comments
 (0)