mirror of https://github.com/astral-sh/ruff
Increase expected size of FormatElement (#3049)
This commit is contained in:
parent
6f5a6b8c8b
commit
d21dd994e6
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue