Skip to content

Commit 3e177a8

Browse files
committed
output rdj docs
1 parent cfba499 commit 3e177a8

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)