Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary use of
#[repr(packed)]
.
This struct is laid out the same way with or without `packed`, since it is empty. 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.
- Loading branch information