]> git.lizzy.rs Git - rust.git/commit
std: Make the generic atomics in `sync::atomics` private
authorBrian Anderson <banderson@mozilla.com>
Tue, 25 Feb 2014 02:22:09 +0000 (18:22 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 20 Mar 2014 20:33:43 +0000 (13:33 -0700)
commit8748322c9b1d4c6fd0ebceb6dc7165b2b50bca4a
tree7066543b29701cd29cb8a4853abb8a080dd0ca83
parenteb25c42fc86b52863f8f438893c3856ed3fc51bc
std: Make the generic atomics in `sync::atomics` private

I'm not comfortable exposing public functions that purport to do
atomic operations on arbitrary T.
src/libstd/sync/atomics.rs