rust/crates/test_utils
Aleksey Kladov c6f3540121 Use relaxed ordering for marks
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.
2020-07-14 09:04:11 +02:00
..
src Use relaxed ordering for marks 2020-07-14 09:04:11 +02:00
Cargo.toml Cut problematic dependency 2020-06-23 18:56:26 +02:00