Skip to content

Commit c869e11

Browse files
Fix clippy 1.85.0 (#3576)
1 parent 4004c4e commit c869e11

File tree

1 file changed

+1
-1
lines changed
  • lang/attribute/account/src

1 file changed

+1
-1
lines changed

lang/attribute/account/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ pub fn zero_copy(
456456
Some(_attr) => quote! {},
457457
None => {
458458
if is_unsafe {
459-
quote! {#[repr(packed)]}
459+
quote! {#[repr(Rust, packed)]}
460460
} else {
461461
quote! {#[repr(C)]}
462462
}

0 commit comments

Comments
 (0)