Skip to content

Commit

Permalink
Increase expected size of FormatElement (#3049)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Feb 20, 2023
1 parent 6f5a6b8 commit d21dd99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruff_formatter/src/format_element.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit d21dd99

Please sign in to comment.