Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary use of #[repr(packed)]. #432

Merged
merged 1 commit into from
Jul 25, 2015

Conversation

huonw
Copy link
Contributor

@huonw huonw commented Jul 24, 2015

This struct never seems to be used in a way that requires being packed.

The removal is good because there's some correctness issues with it, so
there may be breaking changes to it in future and removing it now will
avoid them all together. See
rust-lang/rust#27060.

This struct never seems to be used in a way that requires being packed.

The removal is good because there's some correctness issues with it, so
there may be breaking changes to it in future and removing it now will
avoid them all together. See
rust-lang/rust#27060.
@bvssvni
Copy link
Contributor

bvssvni commented Jul 25, 2015

Thanks!

bvssvni added a commit that referenced this pull request Jul 25, 2015
Remove unnecessary use of `#[repr(packed)]`.
@bvssvni bvssvni merged commit 0c0e490 into image-rs:master Jul 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants