diff options
| -rw-r--r-- | src/test/rustdoc/synthetic_auto/no-redundancy.rs | 4 |
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>, } - -*/ |
