Ignore properly.
This commit is contained in:
parent
f8fb9f18a5
commit
e4d0d666b5
@ -8,7 +8,7 @@
|
|||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
/* This test is flakey, so it has been commented out.
|
// ignore
|
||||||
|
|
||||||
pub struct Inner<T> {
|
pub struct Inner<T> {
|
||||||
field: T,
|
field: T,
|
||||||
@ -26,5 +26,3 @@ where
|
|||||||
pub struct Outer<T> {
|
pub struct Outer<T> {
|
||||||
inner_field: Inner<T>,
|
inner_field: Inner<T>,
|
||||||
}
|
}
|
||||||
|
|
||||||
*/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user