summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/auxiliary/external-cross.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc/auxiliary/external-cross.rs')
-rw-r--r--src/test/rustdoc/auxiliary/external-cross.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/rustdoc/auxiliary/external-cross.rs b/src/test/rustdoc/auxiliary/external-cross.rs
deleted file mode 100644
index 5de63cdab..000000000
--- a/src/test/rustdoc/auxiliary/external-cross.rs
+++ /dev/null
@@ -1,3 +0,0 @@
-#[deny(missing_docs)]
-#[doc = include_str!("external-cross-doc.md")]
-pub struct NeedMoreDocs;