about summary refs log tree commit diff
path: root/tests/rustdoc/cross-crate-info/write-docs-somewhere-else/e.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rustdoc/cross-crate-info/write-docs-somewhere-else/e.rs')
-rw-r--r--tests/rustdoc/cross-crate-info/write-docs-somewhere-else/e.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/rustdoc/cross-crate-info/write-docs-somewhere-else/e.rs b/tests/rustdoc/cross-crate-info/write-docs-somewhere-else/e.rs
index 6247ed5fd96..9dcec211e17 100644
--- a/tests/rustdoc/cross-crate-info/write-docs-somewhere-else/e.rs
+++ b/tests/rustdoc/cross-crate-info/write-docs-somewhere-else/e.rs
@@ -1,6 +1,5 @@
 //@ aux-build:f.rs
 //@ build-aux-docs
-
 //@ has e/enum.Echo.html
 //@ !has f/trait.Foxtrot.html
 //@ hasraw e/enum.Echo.html 'Foxtrot'
@@ -10,7 +9,6 @@
 
 // test the fact that our test runner will document this crate somewhere
 // else
-
 extern crate f;
 pub enum Echo {}
 impl f::Foxtrot for Echo {}