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
This commit is contained in:
commit
3619a6277a
1 changed files with 1 additions and 0 deletions
|
|
@ -626,6 +626,7 @@ impl Step for Rustdoc {
|
|||
// Only include compiler crates, no dependencies of those, such as `libc`.
|
||||
cargo.arg("--no-deps");
|
||||
cargo.arg("-p").arg("rustdoc");
|
||||
cargo.arg("-p").arg("rustdoc-json-types");
|
||||
|
||||
cargo.rustdocflag("--document-private-items");
|
||||
cargo.rustdocflag("--enable-index-page");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue