summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/source-file.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc/source-file.rs')
-rw-r--r--src/test/rustdoc/source-file.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/rustdoc/source-file.rs b/src/test/rustdoc/source-file.rs
deleted file mode 100644
index 4e1664790..000000000
--- a/src/test/rustdoc/source-file.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-#![crate_name = "foo"]
-
-// @hasraw source-files.js source-file.rs
-
-pub struct Foo;