Skip to content

Commit b4dc2d2

Browse files
committed
Re-enable per-crate search now that rustdoc bugs are fixed
Follow up to #497, rust-lang/rust#76052
1 parent c304fcb commit b4dc2d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docbuilder/rustwide_builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ impl RustwideBuilder {
581581

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

587587
let mut command = build

0 commit comments

Comments
 (0)