diff --git a/src/dc_array.rs b/src/dc_array.rs index f62b2ee3f..3d15ef356 100644 --- a/src/dc_array.rs +++ b/src/dc_array.rs @@ -7,7 +7,6 @@ const DC_ARRAY_MAGIC: uint32_t = 0x000a11aa; /* * the structure behind dc_array_t */ #[derive(Copy, Clone)] -#[repr(C)] pub struct dc_array_t { pub magic: uint32_t, pub allocated: size_t,