| 52 | |
| 53 | #[derive(Diff, Patch, Default, Clone)] |
| 54 | struct DoubleNesting { |
| 55 | a: SingleNesting, |
| 56 | b: bool, |
| 57 | } |
| 58 | |
| 59 | #[derive(Diff, Patch, Default, Clone)] |
| 60 | struct TripleNesting { |
nothing calls this directly
no outgoing calls
no test coverage detected