Skip to content

Commit

Permalink
Satisfy tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Sep 11, 2018
1 parent 3828e9e commit a2c924b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-pass-fulldeps/newtype_index.rs
Expand Up @@ -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);
}
}

0 comments on commit a2c924b

Please sign in to comment.