We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f55d03c + bf9c27d commit f002640Copy full SHA for f002640
src/libtest/lib.rs
@@ -340,7 +340,7 @@ The FILTER regex is tested against the name of all tests to run, and
340
only those tests that match are run.
341
342
By default, all tests are run in parallel. This can be altered with the
343
-RUST_TEST_THRADS environment variable when running tests (set it to 1).
+RUST_TEST_THREADS environment variable when running tests (set it to 1).
344
345
All tests have their standard output and standard error captured by default.
346
This can be overridden with the --nocapture flag or the RUST_TEST_NOCAPTURE=1
0 commit comments