We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa231d commit 8267807Copy full SHA for 8267807
src/bootstrap/doc.rs
@@ -531,7 +531,7 @@ impl Step for Rustc {
531
532
// Build cargo command.
533
let mut cargo = builder.cargo(compiler, Mode::Rustc, target, "doc");
534
- cargo.env("RUSTDOCFLAGS", "--document-private-items --passes strip-hidden");
+ cargo.env("RUSTDOCFLAGS", "--document-private-items");
535
compile::rustc_cargo(builder, &mut cargo, target);
536
537
// Only include compiler crates, no dependencies of those, such as `libc`.
0 commit comments