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

already mentioned before showing code snippet
This commit is contained in:
Tshepang Mbambo 2025-03-10 10:36:19 +02:00 committed by GitHub
commit 0e45389022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: