Skip to content

Commit 56d4647

Browse files
committed
Allow missing debug impls in emscripten
1 parent 92658ff commit 56d4647

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/linux_like/emscripten/align.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ macro_rules! expand_align {
3737
size: [u8; ::__SIZEOF_PTHREAD_COND_T],
3838
}
3939

40+
#[allow(missing_debug_implementations)]
4041
#[repr(align(8))]
4142
pub struct max_align_t {
4243
priv_: [f64; 2]

0 commit comments

Comments
 (0)