We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[allow(missing_debug_implementations)]
max_align_t
1 parent 76f88e9 commit 21f5675Copy full SHA for 21f5675
src/wasi.rs
@@ -41,6 +41,7 @@ pub type wchar_t = i32;
41
42
s_no_extra_traits! {
43
#[repr(align(16))]
44
+ #[allow(missing_debug_implementations)]
45
pub struct max_align_t {
46
priv_: [f64; 4]
47
}
0 commit comments