Skip to content

Commit 26eb8e5

Browse files
committed
TMP: Commiting something invalid to see if tests catch it.
1 parent 44c3dc1 commit 26eb8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ s! {
104104
pub s_addr: in_addr_t,
105105
}
106106

107-
#[cfg_attr(feature = "align", repr(align(4)))]
107+
#[cfg_attr(feature = "align", repr(align(2)))]
108108
pub struct in6_addr {
109109
pub s6_addr: [u8; 16],
110110
#[cfg(not(feature = "align"))]

0 commit comments

Comments
 (0)