Skip to content

Commit b38aa65

Browse files
authored
Merge pull request rust-lang#2212 from jieyouxu/fix-rustdoc-js
2 parents 3423f1e + 6a57fbf commit b38aa65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/tests/directives.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Consider writing the test as a proper incremental test instead.
248248

249249
| Directive | Explanation | Supported test suites | Possible values |
250250
|-------------|--------------------------------------------------------------|------------------------------------------|---------------------------|
251-
| `doc-flags` | Flags passed to `rustdoc` when building the test or aux file | `rustdoc`, `js-doc-test`, `rustdoc-json` | Any valid `rustdoc` flags |
251+
| `doc-flags` | Flags passed to `rustdoc` when building the test or aux file | `rustdoc`, `rustdoc-js`, `rustdoc-json` | Any valid `rustdoc` flags |
252252

253253
<!--
254254
**FIXME(rustdoc)**: what does `check-test-line-numbers-match` do?

0 commit comments

Comments
 (0)