about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <tshepang@gmail.com>2025-03-10 10:35:40 +0200
committerGitHub <noreply@github.com>2025-03-10 10:35:40 +0200
commit775167251ad08a33969a438f40c17d954decce35 (patch)
tree201cb6d12280ec972e774bd9caac18d4ece31874
parent7f83057e3d0995c2b79183334c4586f0b0fa62e2 (diff)
downloadrust-775167251ad08a33969a438f40c17d954decce35.tar.gz
rust-775167251ad08a33969a438f40c17d954decce35.zip
already mentioned before showing code snippet
-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 6ce65092389..16cf8dad39d 100644
--- a/src/doc/rustc-dev-guide/src/tests/running.md
+++ b/src/doc/rustc-dev-guide/src/tests/running.md
@@ -49,7 +49,7 @@ test suite ([`tests/ui`]):
 ./x test tests/ui
 ```
 
-This will run the `ui` test suite. Of course, the choice of test suites is
+Of course, the choice of test suites is
 somewhat arbitrary, and may not suit the task you are doing. For example, if you
 are hacking on debuginfo, you may be better off with the debuginfo test suite: