Skip to content

Commit 92658ff

Browse files
committed
Fix typo
1 parent 16ddbc2 commit 92658ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/linux_like/emscripten/align.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ macro_rules! expand_align {
3939

4040
#[repr(align(8))]
4141
pub struct max_align_t {
42-
priv_: f64; 2]
42+
priv_: [f64; 2]
4343
}
4444

4545
}

0 commit comments

Comments
 (0)