Skip to content

Commit d83d159

Browse files
authored
Rollup merge of #91610 - aDotInTheVoid:patch-2, r=GuillaumeGomez
Link to rustdoc_json_types docs instead of rustdoc-json RFC The JSON format has had [many changes](https://github.com/rust-lang/rust/commits/master/src/rustdoc-json-types) since the RFC, so the rustdoc output is the only up to date reference ```@rustdoc``` modify labels: +A-rustdoc-json +A-docs
2 parents 1be98af + 97952f4 commit d83d159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustdoc/src/unstable-features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Note that the third item is the crate root, which in this case is undocumented.
396396
### `-w`/`--output-format`: output format
397397

398398
`--output-format json` emits documentation in the experimental
399-
[JSON format](https://github.com/rust-lang/rfcs/pull/2963). `--output-format html` has no effect,
399+
[JSON format](https://doc.rust-lang.org/nightly/nightly-rustc/rustdoc_json_types/). `--output-format html` has no effect,
400400
and is also accepted on stable toolchains.
401401

402402
It can also be used with `--show-coverage`. Take a look at its

0 commit comments

Comments
 (0)