Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

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

Merged
merged 1 commit into from
Jul 24, 2015

Conversation

huonw
Copy link
Contributor

@huonw huonw commented Jul 24, 2015

This struct is laid out the same way with or without packed, since
it's just a few bytes.

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 is laid out the same way with or without `packed`, since
it's just a few bytes.

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.
bryal added a commit that referenced this pull request Jul 24, 2015
Remove unnecessary use of `#[repr(packed)]`.
@bryal bryal merged commit c088410 into bryal:master Jul 24, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants