Skip to content

Commit

Permalink
thread: right now you can't actually set those printers
Browse files Browse the repository at this point in the history
  • Loading branch information
richo committed Apr 27, 2015
1 parent 5fb0259 commit 5ed3ac9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libstd/thread/mod.rs
Expand Up @@ -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)]
Expand Down

0 comments on commit 5ed3ac9

Please sign in to comment.