diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-01-17 08:41:25 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-17 08:41:25 +0800 |
| commit | b38aa65eec355f099c34a37638123aa3cb2bcaec (patch) | |
| tree | b368c20dd0c0ca4d07e572c9128dd597e5b89b8e | |
| parent | 3423f1e3051e972b406e32ede9c50cfea6f7c93e (diff) | |
| parent | 6a57fbfc9be5b6a6af4345ebdff1ed4f22a57b10 (diff) | |
| download | rust-b38aa65eec355f099c34a37638123aa3cb2bcaec.tar.gz rust-b38aa65eec355f099c34a37638123aa3cb2bcaec.zip | |
Merge pull request #2212 from jieyouxu/fix-rustdoc-js
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/directives.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/directives.md b/src/doc/rustc-dev-guide/src/tests/directives.md index 69f4c864186..ea9caf8d00b 100644 --- a/src/doc/rustc-dev-guide/src/tests/directives.md +++ b/src/doc/rustc-dev-guide/src/tests/directives.md @@ -248,7 +248,7 @@ Consider writing the test as a proper incremental test instead. | Directive | Explanation | Supported test suites | Possible values | |-------------|--------------------------------------------------------------|------------------------------------------|---------------------------| -| `doc-flags` | Flags passed to `rustdoc` when building the test or aux file | `rustdoc`, `js-doc-test`, `rustdoc-json` | Any valid `rustdoc` flags | +| `doc-flags` | Flags passed to `rustdoc` when building the test or aux file | `rustdoc`, `rustdoc-js`, `rustdoc-json` | Any valid `rustdoc` flags | <!-- **FIXME(rustdoc)**: what does `check-test-line-numbers-match` do? |
