Skip to content

Commit 3619a62

Browse files
authored
Rollup merge of #81841 - aDotInTheVoid:rdj_docs, r=jyn514
[rustbuild] Output rustdoc-json-types docs `@rustbot` modify labels +A-rustdoc-json +T-doc +T-rustdoc +A-rustbuild +A-contributor-roadblock
2 parents 1652759 + 3e177a8 commit 3619a62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/doc.rs

+1
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ impl Step for Rustdoc {
626626
// Only include compiler crates, no dependencies of those, such as `libc`.
627627
cargo.arg("--no-deps");
628628
cargo.arg("-p").arg("rustdoc");
629+
cargo.arg("-p").arg("rustdoc-json-types");
629630

630631
cargo.rustdocflag("--document-private-items");
631632
cargo.rustdocflag("--enable-index-page");

0 commit comments

Comments
 (0)