Indicate which stack size option has precedence.
This commit is contained in:
parent
10bd80d79b
commit
659460191d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
//!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue