Skip to content

Commit 6594601

Browse files
authored
Indicate which stack size option has precedence.
1 parent 10bd80d commit 6594601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/thread/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
//!
132132
//! * Build the thread with [`Builder`] and pass the desired stack size to [`Builder::stack_size`].
133133
//! * Set the `RUST_MIN_STACK` environment variable to an integer representing the desired stack
134-
//! size (in bytes).
134+
//! size (in bytes). Note that setting [`Builder::stack_size`] will override this.
135135
//!
136136
//! Note that the stack size of the main thread is *not* determined by Rust.
137137
//!

0 commit comments

Comments
 (0)