Update library/std/src/thread/mod.rs
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
parent
e4c5e86228
commit
6a8311cbfd
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ pub const fn require_unstable_const_init_thread_local() {}
|
|||
/// [`unwrap`]: crate::result::Result::unwrap
|
||||
/// [naming-threads]: ./index.html#naming-threads
|
||||
/// [stack-size]: ./index.html#stack-size
|
||||
#[must_use = "must eventually call `spawn()` on Thread builders"]
|
||||
#[must_use = "must eventually spawn the thread"]
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
#[derive(Debug)]
|
||||
pub struct Builder {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue