Skip to content

Commit

Permalink
Update sizes (probably need to fix nightly sizes too)
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Aug 17, 2023
1 parent 45778ce commit 1e52541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/datetime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ mod tests {
fn check_sizes() {
check_size_of!(5800 | 4632, DateFormatter);
check_size_of!(6792 | 5504, DateTimeFormatter);
check_size_of!(7904 | 6528, ZonedDateTimeFormatter);
check_size_of!(7904 | 6552, ZonedDateTimeFormatter);
check_size_of!(1496 | 1344, TimeFormatter);
check_size_of!(1112 | 1024, TimeZoneFormatter);
check_size_of!(1112 | 1048, TimeZoneFormatter);
check_size_of!(5752 | 4584, TypedDateFormatter::<Gregorian>);
check_size_of!(6744 | 5456, TypedDateTimeFormatter::<Gregorian>);

Expand Down

0 comments on commit 1e52541

Please sign in to comment.