Skip to content

Commit c406193

Browse files
jyn514Joshua Nelson
authored and
Joshua Nelson
committed
Re-enable per-crate search now that rustdoc bugs are fixed
Follow up to #497, rust-lang/rust#76052
1 parent 3b7f26c commit c406193

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
@@ -582,7 +582,7 @@ impl RustwideBuilder {
582582

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

588588
let mut command = build

0 commit comments

Comments
 (0)