We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98cb944 commit c280b04Copy full SHA for c280b04
1 file changed
src/docbuilder/rustwide_builder.rs
@@ -707,6 +707,7 @@ impl RustwideBuilder {
707
"--static-root-path", "/",
708
"--cap-lints", "warn",
709
"--disable-per-crate-search",
710
+ "--extern-html-root-takes-precedence",
711
];
712
713
rustdoc_flags_extras.extend(UNCONDITIONAL_ARGS.iter().map(|&s| s.to_owned()));
0 commit comments