Skip to content

Commit 8267807

Browse files
committed
remove strip-hidden pass from compiler doc generation
1 parent caa231d commit 8267807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/doc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ impl Step for Rustc {
531531

532532
// Build cargo command.
533533
let mut cargo = builder.cargo(compiler, Mode::Rustc, target, "doc");
534-
cargo.env("RUSTDOCFLAGS", "--document-private-items --passes strip-hidden");
534+
cargo.env("RUSTDOCFLAGS", "--document-private-items");
535535
compile::rustc_cargo(builder, &mut cargo, target);
536536

537537
// Only include compiler crates, no dependencies of those, such as `libc`.

0 commit comments

Comments
 (0)