Skip to content

Commit 0a3ae48

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

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
@@ -707,6 +707,7 @@ impl RustwideBuilder {
707707
"--static-root-path", "/",
708708
"--cap-lints", "warn",
709709
"--disable-per-crate-search",
710+
"--extern-html-root-takes-precedence",
710711
];
711712

712713
rustdoc_flags_extras.extend(UNCONDITIONAL_ARGS.iter().map(|&s| s.to_owned()));

0 commit comments

Comments
 (0)