Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add #[repr(transparent)] to Atomic* types
This allows them to be used in #[repr(C)] structs without warnings. Since rust-lang/rfcs#1649 and #35603 they are already documented to have "the same in-memory representation as" their corresponding primitive types. This just makes that explicit.
- Loading branch information