rust/src/libcore/sync
Alex Crichton 0338d340c4 Remove #[repr(transparent)] from atomics
Added in #52149 the discussion in #53514 is showing how we may not want to
actually add this attribute to the atomic types. While we continue to
debate #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.
2018-09-05 15:41:44 -07:00
..
atomic.rs Remove #[repr(transparent)] from atomics 2018-09-05 15:41:44 -07:00
mod.rs core: Move atomic into a new sync module 2015-08-17 14:03:32 -07:00