Increase expected size of FormatElement (#3049)

This commit is contained in:
Charlie Marsh 2023-02-20 12:47:35 -05:00 committed by GitHub
parent 6f5a6b8c8b
commit d21dd994e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -385,4 +385,4 @@ static_assert!(std::mem::size_of::<crate::format_element::Tag>() == 16usize);
#[cfg(not(debug_assertions))]
#[cfg(target_pointer_width = "64")]
static_assert!(std::mem::size_of::<crate::FormatElement>() == 24usize);
static_assert!(std::mem::size_of::<crate::FormatElement>() == 32usize);