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 666f9be commit 7b2ecc4Copy full SHA for 7b2ecc4
src/docbuilder/rustwide_builder.rs
@@ -616,6 +616,7 @@ impl RustwideBuilder {
616
r#"--config=doc.extern-map.registries.crates-io="https://docs.rs/{{pkg_name}}/{{version}}/{}""#,
617
target
618
),
619
+ "--extern-html-root-takes-precedence".into(),
620
];
621
if let Some(cpu_limit) = self.config.build_cpu_limit {
622
cargo_args.push(format!("-j{}", cpu_limit));
0 commit comments