Skip to content

Commit 12cf717

Browse files
committed
remove unneeded 8-byte alignment on constant::Reader
1 parent c48c9d4 commit 12cf717

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

capnp/src/constant.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ use crate::traits::Owned;
3131
use crate::Result;
3232

3333
#[derive(Copy, Clone)]
34-
#[repr(C, align(8))]
3534
pub struct Reader<T> {
3635
#[doc(hidden)]
3736
pub phantom: PhantomData<T>,

0 commit comments

Comments
 (0)