1
Fork 0

Satisfy tidy

This commit is contained in:
Oliver Schneider 2018-09-07 17:32:07 +02:00
parent 3828e9e16f
commit a2c924b5ae

View file

@ -17,4 +17,4 @@ fn main() {
assert_eq!(size_of::<Option<Option<Option<Option<MyIdx>>>>>(), 4);
assert_eq!(size_of::<Option<Option<Option<Option<Option<MyIdx>>>>>>(), 4);
assert_eq!(size_of::<Option<Option<Option<Option<Option<Option<MyIdx>>>>>>>(), 8);
}
}