File tree 3 files changed +0
-16
lines changed
run-make/issue-88756-default-output
3 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -503,13 +503,6 @@ fn opts() -> Vec<RustcOptGroup> {
503
503
"PATH" ,
504
504
)
505
505
} ) ,
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
- } ) ,
513
506
unstable( "persist-doctests" , |o| {
514
507
o. optopt(
515
508
"" ,
Original file line number Diff line number Diff line change @@ -133,9 +133,6 @@ Options:
133
133
Path string to force loading static files from in
134
134
output pages. If not set, uses combinations of '../'
135
135
to reach the documentation root.
136
- --disable-per-crate-search
137
- disables generating the crate selector on the search
138
- box
139
136
--persist-doctests PATH
140
137
Directory to persist doctest executables into
141
138
--show-coverage
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments