]> git.lizzy.rs Git - rust.git/commit
Auto merge of #48553 - seanmonstar:atomic-debug, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 19 Apr 2018 23:08:16 +0000 (23:08 +0000)
committerbors <bors@rust-lang.org>
Thu, 19 Apr 2018 23:08:16 +0000 (23:08 +0000)
commit230b97af1cfda750148e7f0e168b6dcc9d692957
treee20ae13302f409878b48985c3ee1d2a656b498ce
parent8830a0304327ba8c983555ac5d42cec0569c31bb
parentc689db2c463f42422ff4ee47e28ebeb2865951ba
Auto merge of #48553 - seanmonstar:atomic-debug, r=alexcrichton

atomic: remove 'Atomic*' from Debug output

For the same reason that we don't show `Vec { data: [0, 1, 2, 3] }`, but just the array, the `AtomicUsize(1000)` is noisy, and seeing just `1000` is likely better.
src/libcore/sync/atomic.rs