Skip to content

Commit

Permalink
Include rustdoc in the compiler docs index.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Dec 23, 2020
1 parent bb1fbbf commit a6d377d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bootstrap/doc.rs
Expand Up @@ -628,6 +628,8 @@ impl Step for Rustdoc {
cargo.arg("-p").arg("rustdoc");

cargo.rustdocflag("--document-private-items");
cargo.rustdocflag("--enable-index-page");
cargo.rustdocflag("-Zunstable-options");
builder.run(&mut cargo.into());
}
}
Expand Down

0 comments on commit a6d377d

Please sign in to comment.