Skip to content

Commit

Permalink
Merge pull request #432 from huonw/no-repr-packed
Browse files Browse the repository at this point in the history
Remove unnecessary use of `#[repr(packed)]`.
  • Loading branch information
bvssvni committed Jul 25, 2015
2 parents 720dcc9 + c33b125 commit 0c0e490
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tga/decoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c0e490

Please sign in to comment.