Include rustdoc in the compiler docs index.
This commit is contained in:
parent
bb1fbbf844
commit
a6d377d565
1 changed files with 2 additions and 0 deletions
|
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue