Delete obsolete --disable-per-crate-search rustdoc flag
This commit is contained in:
parent
4fda889bf8
commit
3dcc8fcab5
3 changed files with 0 additions and 16 deletions
|
@ -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(
|
||||
"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue