]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #40030 - matklad:stack-docs, r=alexcrichton
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Fri, 24 Feb 2017 12:22:57 +0000 (13:22 +0100)
committerGitHub <noreply@github.com>
Fri, 24 Feb 2017 12:22:57 +0000 (13:22 +0100)
Clarify thread::Builder::stack_size docs

Add two pieces of information:

* the size is in bytes
* the actual stack size might be bigger.

Also change the example to use a more realistic value of 32 kilobytes.

r? @steveklabnik


Trivial merge