Skip to content

Commit

Permalink
Pass --extern-html-root-takes-precedence
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 authored and Nemo157 committed May 11, 2022
1 parent 98cb944 commit 0a3ae48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/docbuilder/rustwide_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ impl RustwideBuilder {
"--static-root-path", "/",
"--cap-lints", "warn",
"--disable-per-crate-search",
"--extern-html-root-takes-precedence",
];

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

0 comments on commit 0a3ae48

Please sign in to comment.