Skip to content

Commit

Permalink
Delete obsolete --disable-per-crate-search flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Sep 21, 2023
1 parent 7c00c08 commit 8844a98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/docbuilder/rustwide_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,6 @@ impl RustwideBuilder {
const UNCONDITIONAL_ARGS: &[&str] = &[
"--static-root-path", "/-/rustdoc.static/",
"--cap-lints", "warn",
"--disable-per-crate-search",
"--extern-html-root-takes-precedence",
];

Expand Down

0 comments on commit 8844a98

Please sign in to comment.