summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/intra-doc/extern-inherent-impl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc/intra-doc/extern-inherent-impl.rs')
-rw-r--r--src/test/rustdoc/intra-doc/extern-inherent-impl.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/rustdoc/intra-doc/extern-inherent-impl.rs b/src/test/rustdoc/intra-doc/extern-inherent-impl.rs
deleted file mode 100644
index 2e41c2214..000000000
--- a/src/test/rustdoc/intra-doc/extern-inherent-impl.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-// Reexport of a structure with public inherent impls having doc links in their comments. The doc
-// link points to an associated item, so we check that traits in scope for that link are populated.
-
-// aux-build:extern-inherent-impl-dep.rs
-
-extern crate extern_inherent_impl_dep;
-
-pub use extern_inherent_impl_dep::PublicStruct;