Skip to content

Commit

Permalink
remove strip-hidden pass from compiler doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
euclio committed Jan 9, 2020
1 parent caa231d commit 8267807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/doc.rs
Expand Up @@ -531,7 +531,7 @@ impl Step for Rustc {

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

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

0 comments on commit 8267807

Please sign in to comment.