Merge pull request #2302 from rust-lang/tshepang-patch-1

add needed break
This commit is contained in:
Tshepang Mbambo 2025-03-24 10:40:38 +02:00 committed by GitHub
commit 4a7134202f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# The `rustdoc` test suite
This page is specifically about the test suite named `rustdoc`, for other test suites used for testing rustdoc, see [Rustdoc tests](../rustdoc.md#tests).
This page is specifically about the test suite named `rustdoc`.
For other test suites used for testing rustdoc, see [Rustdoc tests](../rustdoc.md#tests).
The `rustdoc` test suite is specifically used to test the HTML output of rustdoc.