Skip to content

Commit

Permalink
Ignore properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
boats committed Mar 19, 2018
1 parent f8fb9f1 commit e4d0d66
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/rustdoc/synthetic_auto/no-redundancy.rs
Expand Up @@ -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,
Expand All @@ -26,5 +26,3 @@ where
pub struct Outer<T> {
inner_field: Inner<T>,
}

*/

0 comments on commit e4d0d66

Please sign in to comment.