mirror of https://github.com/astral-sh/ruff
Bump expected size of `Stmt` to 168 bytes
This commit is contained in:
parent
78c6ede1c9
commit
57e8712d76
|
|
@ -56,7 +56,7 @@ impl Expr {
|
|||
#[cfg(target_arch = "x86_64")]
|
||||
static_assertions::assert_eq_size!(crate::Expr, [u8; 72]);
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
static_assertions::assert_eq_size!(crate::Stmt, [u8; 160]);
|
||||
static_assertions::assert_eq_size!(crate::Stmt, [u8; 168]);
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
static_assertions::assert_eq_size!(crate::Pattern, [u8; 96]);
|
||||
#[cfg(target_arch = "x86_64")]
|
||||
|
|
|
|||
Loading…
Reference in New Issue