Skip to content

Commit

Permalink
Okay this is the right way.
Browse files Browse the repository at this point in the history
  • Loading branch information
boats committed Mar 19, 2018
1 parent c68885b commit 540021f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/rustdoc/synthetic_auto/no-redundancy.rs
Original file line number Diff line number Diff line change
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. Commented it out until #49123 is fixed
// ignore-test

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 540021f

Please sign in to comment.