]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #78637 - mystor:atomic_ptr_bool, r=m-ou-se
authorYuki Okushi <huyuumi.dev@gmail.com>
Mon, 2 Nov 2020 05:14:41 +0000 (14:14 +0900)
committerGitHub <noreply@github.com>
Mon, 2 Nov 2020 05:14:41 +0000 (14:14 +0900)
Add fetch_update methods to AtomicBool and AtomicPtr

These methods were stabilized for the integer atomics in #71843, but the methods were not added for the non-integer atomics `AtomicBool` and `AtomicPtr`.


Trivial merge