diff --git a/src/tga/decoder.rs b/src/tga/decoder.rs index 271abb68ce..a2e1836c58 100644 --- a/src/tga/decoder.rs +++ b/src/tga/decoder.rs @@ -72,7 +72,6 @@ impl ImageType { /// Header used by TGA image files #[derive(Debug)] -#[repr(packed)] struct Header { id_length: u8, // length of ID string map_type: u8, // color map type