about summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-scrape-examples-whitespace/examples/ex.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-make/rustdoc-scrape-examples-whitespace/examples/ex.rs')
-rw-r--r--src/test/run-make/rustdoc-scrape-examples-whitespace/examples/ex.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/run-make/rustdoc-scrape-examples-whitespace/examples/ex.rs b/src/test/run-make/rustdoc-scrape-examples-whitespace/examples/ex.rs
deleted file mode 100644
index 44ff689dfc8..00000000000
--- a/src/test/run-make/rustdoc-scrape-examples-whitespace/examples/ex.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-struct Foo;
-impl Foo {
-  fn bar() { foobar::ok(); }
-}
-
-fn main() {
-  Foo::bar();
-}