Skip to content

Commit 21f5675

Browse files
committed
Add #[allow(missing_debug_implementations)] to WASI's max_align_t.
1 parent 76f88e9 commit 21f5675

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wasi.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ pub type wchar_t = i32;
4141

4242
s_no_extra_traits! {
4343
#[repr(align(16))]
44+
#[allow(missing_debug_implementations)]
4445
pub struct max_align_t {
4546
priv_: [f64; 4]
4647
}

0 commit comments

Comments
 (0)