]> git.lizzy.rs Git - rust.git/commit
Make examples for AtomicInt refer to AtomicInt
authorPeter Minten <peter@pminten.nl>
Sat, 4 Oct 2014 11:29:09 +0000 (13:29 +0200)
committerPeter Minten <peter@pminten.nl>
Sat, 4 Oct 2014 11:29:09 +0000 (13:29 +0200)
commit2bb7956a83fd55e6eed89199333676e7d2cbfc04
treedeb1e5f6cf607228db90f355dd4aa3aae6a7ad2f
parent749ff5e76a0d08837964e44c66654679a3a88bb8
Make examples for AtomicInt refer to AtomicInt

The examples for fetch_or, fetch_and and fetch_xor for
std::sync::atomic::AtomicInt used AtomicUint instead of AtomicInt.
src/libcore/atomic.rs