]> git.lizzy.rs Git - rust.git/commit
auto merge of #17766 : pminten/rust/atomic-int-in-examples, r=alexcrichton
authorbors <bors@rust-lang.org>
Sat, 4 Oct 2014 23:42:07 +0000 (23:42 +0000)
committerbors <bors@rust-lang.org>
Sat, 4 Oct 2014 23:42:07 +0000 (23:42 +0000)
commitdc987adfc13f84c347005db18c46c0b45fce5d01
tree67df779804637e018b899174f40914fe24569163
parent07aeac8ac80a9af809a022626773c903d2116bf7
parent2bb7956a83fd55e6eed89199333676e7d2cbfc04
auto merge of #17766 : pminten/rust/atomic-int-in-examples, r=alexcrichton

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