Update library/std/src/thread/mod.rs
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
@@ -257,7 +257,7 @@ pub const fn require_unstable_const_init_thread_local() {}
|
|||||||
/// [`unwrap`]: crate::result::Result::unwrap
|
/// [`unwrap`]: crate::result::Result::unwrap
|
||||||
/// [naming-threads]: ./index.html#naming-threads
|
/// [naming-threads]: ./index.html#naming-threads
|
||||||
/// [stack-size]: ./index.html#stack-size
|
/// [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")]
|
#[stable(feature = "rust1", since = "1.0.0")]
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct Builder {
|
pub struct Builder {
|
||||||
|
|||||||
Reference in New Issue
Block a user