mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-09 21:28:21 +00:00
Increase expected size of FormatElement (#3049)
This commit is contained in:
parent
6f5a6b8c8b
commit
d21dd994e6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue