Skip to content

Commit 5ed3ac9

Browse files
committed
thread: right now you can't actually set those printers
1 parent 5fb0259 commit 5ed3ac9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libstd/thread/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@
115115
//! ## Configuring threads
116116
//!
117117
//! 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:
118+
//! which currently allows you to set the name and stack size for the child thread:
120119
//!
121120
//! ```rust
122121
//! # #![allow(unused_must_use)]

0 commit comments

Comments
 (0)