]> git.lizzy.rs Git - rust.git/commit
std: Stabilize Atomic{Isize,Usize} methods
authorAlex Crichton <alex@alexcrichton.com>
Sat, 31 Jan 2015 02:02:36 +0000 (18:02 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 31 Jan 2015 02:02:57 +0000 (18:02 -0800)
commit0832364946654a576383bdc49245fb22445bf069
treebf1fa8239f74ba21fe734e5bac8926378253ba47
parent1d00c545ede609b9d43fdf9f252c15da5a66dac7
std: Stabilize Atomic{Isize,Usize} methods

These methods were intended to be stable as of #16258 but the tags have since
been lost in various refactorings. This commit re-adds the `#[stable]`
attributes to each of these functions.
src/libcore/atomic.rs