Rollup merge of #24855 - richo:thread-doc, r=alexcrichton
This commit is contained in:
commit
30f41b1bd6
@ -115,8 +115,7 @@
|
||||
//! ## Configuring threads
|
||||
//!
|
||||
//! A new thread can be configured before it is spawned via the `Builder` type,
|
||||
//! which currently allows you to set the name, stack size, and writers for
|
||||
//! `println!` and `panic!` for the child thread:
|
||||
//! which currently allows you to set the name and stack size for the child thread:
|
||||
//!
|
||||
//! ```rust
|
||||
//! # #![allow(unused_must_use)]
|
||||
|
Loading…
Reference in New Issue
Block a user