We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67081a commit 617bff9Copy full SHA for 617bff9
secp256k1-sys/src/types.rs
@@ -40,6 +40,7 @@ impl AlignedType {
40
}
41
42
43
+#[cfg(all(feature = "std", not(feature = "external-symbols")))]
44
pub(crate) const ALIGN_TO: usize = mem::align_of::<AlignedType>();
45
46
0 commit comments