Skip to content

Commit

Permalink
Rollup merge of #116019 - dtolnay:percratesearch, r=GuillaumeGomez
Browse files Browse the repository at this point in the history
Delete obsolete `--disable-per-crate-search` rustdoc flag

This unstable flag is unused by rustdoc since ef96d57.

We should avoid landing this until after rust-lang/docs.rs#2225 is deployed to docs.rs.
  • Loading branch information
GuillaumeGomez committed Sep 21, 2023
2 parents 0d2c603 + 3dcc8fc commit e9aee82
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
7 changes: 0 additions & 7 deletions src/librustdoc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -503,13 +503,6 @@ fn opts() -> Vec<RustcOptGroup> {
"PATH",
)
}),
unstable("disable-per-crate-search", |o| {
o.optflagmulti(
"",
"disable-per-crate-search",
"disables generating the crate selector on the search box",
)
}),
unstable("persist-doctests", |o| {
o.optopt(
"",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,6 @@ Options:
Path string to force loading static files from in
output pages. If not set, uses combinations of '../'
to reach the documentation root.
--disable-per-crate-search
disables generating the crate selector on the search
box
--persist-doctests PATH
Directory to persist doctest executables into
--show-coverage
Expand Down
6 changes: 0 additions & 6 deletions tests/rustdoc/no-crate-filter.rs

This file was deleted.

0 comments on commit e9aee82

Please sign in to comment.