about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2025-03-10 11:15:32 +0200
committerGitHub <noreply@github.com>2025-03-10 11:15:32 +0200
commit4b2c077a7bab62d53bfaabf5780ad86bdd7d1d17 (patch)
tree40c1bc33402abbe1fce86b6f7f03e6044a20c486
parent225e57171852de43c519173fe05b1a46f4170b05 (diff)
downloadrust-4b2c077a7bab62d53bfaabf5780ad86bdd7d1d17.tar.gz
rust-4b2c077a7bab62d53bfaabf5780ad86bdd7d1d17.zip
add missing punctuation
-rw-r--r--src/doc/rustc-dev-guide/src/tests/running.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/running.md b/src/doc/rustc-dev-guide/src/tests/running.md
index eb763215a6d..35deec4b49c 100644
--- a/src/doc/rustc-dev-guide/src/tests/running.md
+++ b/src/doc/rustc-dev-guide/src/tests/running.md
@@ -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
   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
-  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
   concurrent threads to use for testing.