Merge pull request #2277 from rust-lang/tshepang-patch-2

add missing punctuation
This commit is contained in:
Tshepang Mbambo 2025-03-10 11:16:05 +02:00 committed by GitHub
commit 5c28a545e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ There are a few options for running tests:
* `config.toml` has the `rust.verbose-tests` option. If `false`, each test will * `config.toml` has the `rust.verbose-tests` option. If `false`, each test will
print a single dot (the default). If `true`, the name of every test will be print a single dot (the default). If `true`, the name of every test will be
printed. This is equivalent to the `--quiet` option in the [Rust test printed. This is equivalent to the `--quiet` option in the [Rust test
harness](https://doc.rust-lang.org/rustc/tests/) harness](https://doc.rust-lang.org/rustc/tests/).
* The environment variable `RUST_TEST_THREADS` can be set to the number of * The environment variable `RUST_TEST_THREADS` can be set to the number of
concurrent threads to use for testing. concurrent threads to use for testing.