Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7f26c commit c406193Copy full SHA for c406193
src/docbuilder/rustwide_builder.rs
@@ -582,7 +582,7 @@ impl RustwideBuilder {
582
583
let mut env_vars = metadata.environment_variables();
584
let rustdoc_flags = env_vars.entry("RUSTDOCFLAGS").or_default();
585
- rustdoc_flags.push_str(" --static-root-path / --cap-lints warn ");
+ rustdoc_flags.push_str(" --static-root-path / --cap-lints warn --disable-per-crate-search");
586
rustdoc_flags.push_str(&rustdoc_flags_extras.join(" "));
587
588
let mut command = build
0 commit comments