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 98cb944 commit 0a51227Copy full SHA for 0a51227
src/docbuilder/rustwide_builder.rs
@@ -684,6 +684,7 @@ impl RustwideBuilder {
684
r#"--config=doc.extern-map.registries.crates-io="https://docs.rs/{{pkg_name}}/{{version}}/{}""#,
685
target
686
),
687
+ "--extern-html-root-takes-precedence".into(),
688
];
689
if let Some(cpu_limit) = self.config.build_cpu_limit {
690
cargo_args.push(format!("-j{}", cpu_limit));
0 commit comments