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 5fb0259 commit 5ed3ac9Copy full SHA for 5ed3ac9
src/libstd/thread/mod.rs
@@ -115,8 +115,7 @@
115
//! ## Configuring threads
116
//!
117
//! A new thread can be configured before it is spawned via the `Builder` type,
118
-//! which currently allows you to set the name, stack size, and writers for
119
-//! `println!` and `panic!` for the child thread:
+//! which currently allows you to set the name and stack size for the child thread:
120
121
//! ```rust
122
//! # #![allow(unused_must_use)]
0 commit comments