mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
c6f3540121
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.