Skip to content

Commit

Permalink
Re-enable per-crate search now that rustdoc bugs are fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Aug 31, 2020
1 parent c304fcb commit b4dc2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docbuilder/rustwide_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ impl RustwideBuilder {

let mut env_vars = metadata.environment_variables();
let rustdoc_flags = env_vars.entry("RUSTDOCFLAGS").or_default();
rustdoc_flags.push_str(" --static-root-path / --cap-lints warn ");
rustdoc_flags.push_str(" --static-root-path / --cap-lints warn --disable-per-crate-search");
rustdoc_flags.push_str(&rustdoc_flags_extras.join(" "));

let mut command = build
Expand Down

0 comments on commit b4dc2d2

Please sign in to comment.