]> git.lizzy.rs Git - rust.git/commit
Merge #5357
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Tue, 14 Jul 2020 07:05:43 +0000 (07:05 +0000)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2020 07:05:43 +0000 (07:05 +0000)
commita34f79b17412f83242283fae6e7a6275b4056611
treed1626f115ca07b35238968a836173a0711be6ecb
parent46d4487b8900324fc6a523c8b6ebe036d28fd0fb
parentc6f35401219e32c7d62e106a45637e7f5304723c
Merge #5357

5357: Use relaxed ordering for marks r=matklad a=matklad

We dont' need this for perf. `Relaxed` ordering is enough here, as we
only have one location. I prefer to use minimal ordering, because that
makes it easier to reason about the code.

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>