about summary refs log tree commit diff
path: root/tests/rustdoc
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2023-09-20 22:09:48 -0700
committerDavid Tolnay <dtolnay@gmail.com>2023-09-20 22:09:48 -0700
commit3dcc8fcab5eecf1cf9715ed78609994ec37c9863 (patch)
tree14f8741b53ca237d22c0f4f01f9c833a274efe40 /tests/rustdoc
parent4fda889bf8735755573b27e6116ce025f3ded5f9 (diff)
Delete obsolete --disable-per-crate-search rustdoc flag
Diffstat (limited to 'tests/rustdoc')
-rw-r--r--tests/rustdoc/no-crate-filter.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/rustdoc/no-crate-filter.rs b/tests/rustdoc/no-crate-filter.rs
deleted file mode 100644
index b2f89906480..00000000000
--- a/tests/rustdoc/no-crate-filter.rs
+++ /dev/null
@@ -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;