about summary refs log tree commit diff
path: root/tests/rustdoc/unneeded-trait-implementations-title.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/unneeded-trait-implementations-title.rs')
-rw-r--r--tests/rustdoc/unneeded-trait-implementations-title.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/rustdoc/unneeded-trait-implementations-title.rs b/tests/rustdoc/unneeded-trait-implementations-title.rs
deleted file mode 100644
index f7a97dfaaef..00000000000
--- a/tests/rustdoc/unneeded-trait-implementations-title.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-#![crate_name = "foo"]
-
-pub struct Bar;
-
-//@ count foo/struct.Bar.html '//*[@id="implementations"]' 0