about summary refs log tree commit diff
diff options
context:
space:
mode:
authorboats <boats@mozilla.com>2018-03-19 13:15:15 -0700
committerboats <boats@mozilla.com>2018-03-19 13:15:15 -0700
commite4d0d666b53264b0f23c3c62aaf7ae1b7e2e3007 (patch)
treeb55e7f8feb21a0a84eac8b66c42a2099a326dea5
parentf8fb9f18a5ad07f8ff7297957660434e7f8133f2 (diff)
downloadrust-e4d0d666b53264b0f23c3c62aaf7ae1b7e2e3007.tar.gz
rust-e4d0d666b53264b0f23c3c62aaf7ae1b7e2e3007.zip
Ignore properly.
-rw-r--r--src/test/rustdoc/synthetic_auto/no-redundancy.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/rustdoc/synthetic_auto/no-redundancy.rs b/src/test/rustdoc/synthetic_auto/no-redundancy.rs
index 20d7e29f714..aabe7ae1d4d 100644
--- a/src/test/rustdoc/synthetic_auto/no-redundancy.rs
+++ b/src/test/rustdoc/synthetic_auto/no-redundancy.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-/* This test is flakey, so it has been commented out.
+// ignore
 
 pub struct Inner<T> {
     field: T,
@@ -26,5 +26,3 @@ where
 pub struct Outer<T> {
     inner_field: Inner<T>,
 }
-
-*/