Skip to content

Commit 0a51227

Browse files
jyn514Nemo157
authored andcommitted
Pass --extern-html-root-takes-precedence
1 parent 98cb944 commit 0a51227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/docbuilder/rustwide_builder.rs

+1
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,7 @@ impl RustwideBuilder {
684684
r#"--config=doc.extern-map.registries.crates-io="https://docs.rs/{{pkg_name}}/{{version}}/{}""#,
685685
target
686686
),
687+
"--extern-html-root-takes-precedence".into(),
687688
];
688689
if let Some(cpu_limit) = self.config.build_cpu_limit {
689690
cargo_args.push(format!("-j{}", cpu_limit));

0 commit comments

Comments
 (0)