]> git.lizzy.rs Git - rust.git/commitdiff
Ignore properly.
authorboats <boats@mozilla.com>
Mon, 19 Mar 2018 20:15:15 +0000 (13:15 -0700)
committerboats <boats@mozilla.com>
Mon, 19 Mar 2018 20:15:15 +0000 (13:15 -0700)
src/test/rustdoc/synthetic_auto/no-redundancy.rs

index 20d7e29f714db30b531a17314aad7c2f7d27f555..aabe7ae1d4d8e72237e594175dd4628ad79c54db 100644 (file)
@@ -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 @@ unsafe impl<T> Send for Inner<T>
 pub struct Outer<T> {
     inner_field: Inner<T>,
 }
-
-*/