]> git.lizzy.rs Git - rust.git/commitdiff
Okay this is the right way.
authorboats <boats@mozilla.com>
Mon, 19 Mar 2018 22:48:48 +0000 (15:48 -0700)
committerboats <boats@mozilla.com>
Mon, 19 Mar 2018 22:48:48 +0000 (15:48 -0700)
src/test/rustdoc/synthetic_auto/no-redundancy.rs

index 5ccee7811d23e055bc7ade33e47fef687e4a1894..daa91c3e12bb84edc9147536ee43b9ba744e5436 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. Commented it out until #49123 is fixed
+// ignore-test
 
 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>,
 }
-
-*/