diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-03-24 10:40:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-24 10:40:38 +0200 |
| commit | b08943a92082418f9f5449f74e3334a32b50997a (patch) | |
| tree | 681b3b27d2cd69380755ef6adf72414dd19e8fed /src/doc/rustc-dev-guide | |
| parent | b34181ad5691c5b5cc5c9cf6fa6e70c6231d4503 (diff) | |
| parent | de8b6beac8710f6391e1fe99f774ba99bb0f54ac (diff) | |
| download | rust-b08943a92082418f9f5449f74e3334a32b50997a.tar.gz rust-b08943a92082418f9f5449f74e3334a32b50997a.zip | |
Merge pull request #2302 from rust-lang/tshepang-patch-1
add needed break
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/rustdoc-internals/rustdoc-test-suite.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/rustdoc-internals/rustdoc-test-suite.md b/src/doc/rustc-dev-guide/src/rustdoc-internals/rustdoc-test-suite.md index c2a2e6495f8..471dd29f74f 100644 --- a/src/doc/rustc-dev-guide/src/rustdoc-internals/rustdoc-test-suite.md +++ b/src/doc/rustc-dev-guide/src/rustdoc-internals/rustdoc-test-suite.md @@ -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. |
