Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
#[repr(transparent)]
from atomics
Added in rust-lang#52149 the discussion in rust-lang#53514 is showing how we may not want to actually add this attribute to the atomic types. While we continue to debate rust-lang#53514 this commit reverts the addition of the `transparent` attribute. This should be a more conservative route which leaves us the ability to tweak this in the future but in the meantime allows us to continue discussion as well.
- Loading branch information