]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #96616 - akiekintveld:min_stack_relaxed_ordering, r=joshtriplett
authorYuki Okushi <jtitor@2k36.org>
Thu, 5 May 2022 01:20:33 +0000 (10:20 +0900)
committerGitHub <noreply@github.com>
Thu, 5 May 2022 01:20:33 +0000 (10:20 +0900)
Relax memory ordering used in `min_stack`

`min_stack` does not provide any synchronization guarantees to its callers, and only requires atomicity for `MIN` itself, so relaxed memory ordering is sufficient.


Trivial merge