]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #80236 - tmiasko:atomic-swap, r=oli-obk
authorDylan DPC <dylan.dpc@gmail.com>
Mon, 21 Dec 2020 01:47:45 +0000 (02:47 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Dec 2020 01:47:45 +0000 (02:47 +0100)
commit328e89c022b9d24ad435038e0b51bf85f47234bd
treeabb75e7ab8f50b1d69ea7e141755549baa196c2e
parent2528acb5f7fabd68fc951fda1f724640c38c1042
parent4ad53dc9f5b43e0fa27622e3e40faeac15f00f31
Rollup merge of #80236 - tmiasko:atomic-swap, r=oli-obk

Use pointer type in AtomicPtr::swap implementation

Closes #80234.