File tree Expand file tree Collapse file tree 3 files changed +0
-16
lines changed
run-make/issue-88756-default-output Expand file tree Collapse file tree 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> {
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 "" ,
Original file line number Diff line number Diff 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments