Allow missing debug impls in emscripten

This commit is contained in:
gnzlbg 2019-09-26 00:11:36 +02:00
parent 92658ffe04
commit 56d46471e7
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ macro_rules! expand_align {
size: [u8; ::__SIZEOF_PTHREAD_COND_T],
}
#[allow(missing_debug_implementations)]
#[repr(align(8))]
pub struct max_align_t {
priv_: [f64; 2]