Update comment about minimum stack size

pull/12/head
Lucas Soriano del Pino 4 years ago
parent 917aabcc03
commit d3a7689059

@ -145,7 +145,7 @@ mod tests {
// NOTE: For some reason running these tests overflows the stack. In order to
// mitigate this run them with:
//
// RUST_MIN_STACK=10000000 cargo test
// RUST_MIN_STACK=100000000 cargo test
use crate::{
harness,

Loading…
Cancel
Save