Skip to content

Commit 540021f

Browse files
author
boats
committed
Okay this is the right way.
1 parent c68885b commit 540021f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/rustdoc/synthetic_auto/no-redundancy.rs

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
/* This test is flakey. Commented it out until #49123 is fixed
11+
// ignore-test
1212

1313
pub struct Inner<T> {
1414
field: T,
@@ -26,5 +26,3 @@ where
2626
pub struct Outer<T> {
2727
inner_field: Inner<T>,
2828
}
29-
30-
*/

0 commit comments

Comments
 (0)