Skip to content

Commit e9aee82

Browse files
Rollup merge of rust-lang#116019 - dtolnay:percratesearch, r=GuillaumeGomez
Delete obsolete `--disable-per-crate-search` rustdoc flag This unstable flag is unused by rustdoc since rust-lang@ef96d57. We should avoid landing this until after rust-lang/docs.rs#2225 is deployed to docs.rs.
2 parents 0d2c603 + 3dcc8fc commit e9aee82

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

Diff for: src/librustdoc/lib.rs

-7
Original file line numberDiff line numberDiff line change
@@ -503,13 +503,6 @@ fn opts() -> Vec<RustcOptGroup> {
503503
"PATH",
504504
)
505505
}),
506-
unstable("disable-per-crate-search", |o| {
507-
o.optflagmulti(
508-
"",
509-
"disable-per-crate-search",
510-
"disables generating the crate selector on the search box",
511-
)
512-
}),
513506
unstable("persist-doctests", |o| {
514507
o.optopt(
515508
"",

Diff for: tests/run-make/issue-88756-default-output/output-default.stdout

-3
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ Options:
133133
Path string to force loading static files from in
134134
output pages. If not set, uses combinations of '../'
135135
to reach the documentation root.
136-
--disable-per-crate-search
137-
disables generating the crate selector on the search
138-
box
139136
--persist-doctests PATH
140137
Directory to persist doctest executables into
141138
--show-coverage

Diff for: tests/rustdoc/no-crate-filter.rs

-6
This file was deleted.

0 commit comments

Comments
 (0)