mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-21 12:13:12 +00:00
Include rustdoc in the compiler docs index.
This commit is contained in:
parent
bb1fbbf844
commit
a6d377d565
@ -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…
Reference in New Issue
Block a user