summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/intra-doc/email-address-localhost.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc-ui/intra-doc/email-address-localhost.rs')
-rw-r--r--src/test/rustdoc-ui/intra-doc/email-address-localhost.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/test/rustdoc-ui/intra-doc/email-address-localhost.rs b/src/test/rustdoc-ui/intra-doc/email-address-localhost.rs
deleted file mode 100644
index 7a5156e81..000000000
--- a/src/test/rustdoc-ui/intra-doc/email-address-localhost.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-// normalize-stderr-test: "nightly|beta|1\.[0-9][0-9]\.[0-9]" -> "$$CHANNEL"
-// check-pass
-#![deny(warnings)]
-
-//! Email me at <hello@localhost>.
-
-//! This should *not* warn: <hello@example.com>.