We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 511c7c2 + 53f8a2f commit 5c28a54Copy full SHA for 5c28a54
src/tests/running.md
@@ -192,7 +192,7 @@ There are a few options for running tests:
192
* `config.toml` has the `rust.verbose-tests` option. If `false`, each test will
193
print a single dot (the default). If `true`, the name of every test will be
194
printed. This is equivalent to the `--quiet` option in the [Rust test
195
- harness](https://doc.rust-lang.org/rustc/tests/)
+ harness](https://doc.rust-lang.org/rustc/tests/).
196
* The environment variable `RUST_TEST_THREADS` can be set to the number of
197
concurrent threads to use for testing.
198
0 commit comments