Delete obsolete --disable-per-crate-search rustdoc flag
This commit is contained in:
parent
4fda889bf8
commit
3dcc8fcab5
@ -503,13 +503,6 @@ fn opts() -> Vec<RustcOptGroup> {
|
|||||||
"PATH",
|
"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| {
|
unstable("persist-doctests", |o| {
|
||||||
o.optopt(
|
o.optopt(
|
||||||
"",
|
"",
|
||||||
|
@ -133,9 +133,6 @@ Options:
|
|||||||
Path string to force loading static files from in
|
Path string to force loading static files from in
|
||||||
output pages. If not set, uses combinations of '../'
|
output pages. If not set, uses combinations of '../'
|
||||||
to reach the documentation root.
|
to reach the documentation root.
|
||||||
--disable-per-crate-search
|
|
||||||
disables generating the crate selector on the search
|
|
||||||
box
|
|
||||||
--persist-doctests PATH
|
--persist-doctests PATH
|
||||||
Directory to persist doctest executables into
|
Directory to persist doctest executables into
|
||||||
--show-coverage
|
--show-coverage
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
#![crate_name = "foo"]
|
|
||||||
|
|
||||||
// compile-flags: -Z unstable-options --disable-per-crate-search
|
|
||||||
|
|
||||||
// @!has 'foo/struct.Foo.html' '//*[id="crate-search"]' ''
|
|
||||||
pub struct Foo;
|
|
Loading…
Reference in New Issue
Block a user