You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: simplicity-sys/src/alloc.rs
+1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ use std::mem;
7
7
/// [16 bytes is the greatest alignment of any architecture Rust currently supports](https://github.com/rust-lang/rust/blob/61223975d46f794466efa832bc7562b9707ecc46/library/std/src/sys/pal/common/alloc.rs).
8
8
#[repr(align(16))]
9
9
#[derive(Default,Copy,Clone)]
10
+
#[allow(dead_code)]
10
11
pubstructAlignedType([u8;16]);
11
12
12
13
/// Minimal alignment which is valid for all C types.
0 commit comments