Skip to content

Commit

Permalink
Indicate which stack size option has precedence.
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv authored Aug 14, 2017
1 parent 10bd80d commit 6594601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/thread/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
//!
//! * Build the thread with [`Builder`] and pass the desired stack size to [`Builder::stack_size`].
//! * Set the `RUST_MIN_STACK` environment variable to an integer representing the desired stack
//! size (in bytes).
//! size (in bytes). Note that setting [`Builder::stack_size`] will override this.
//!
//! Note that the stack size of the main thread is *not* determined by Rust.
//!
Expand Down

0 comments on commit 6594601

Please sign in to comment.