Okay this is the right way.
This commit is contained in:
parent
c68885bd05
commit
540021ff5d
1 changed files with 1 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
@ -26,5 +26,3 @@ where
|
|||
pub struct Outer<T> {
|
||||
inner_field: Inner<T>,
|
||||
}
|
||||
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue