about summary refs log tree commit diff
path: root/src/test/ui/parser/doc-before-struct-rbrace-2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/doc-before-struct-rbrace-2.rs')
-rw-r--r--src/test/ui/parser/doc-before-struct-rbrace-2.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/parser/doc-before-struct-rbrace-2.rs b/src/test/ui/parser/doc-before-struct-rbrace-2.rs
index 2a0e384a300..dda138f1a88 100644
--- a/src/test/ui/parser/doc-before-struct-rbrace-2.rs
+++ b/src/test/ui/parser/doc-before-struct-rbrace-2.rs
@@ -1,5 +1,3 @@
-
-
 struct X {
     a: u8 /// document
     //~^ ERROR found a documentation comment that doesn't document anything