rust/crates/test_utils/src
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
..
fixture.rs Clippy perf warnings 2020-07-06 17:13:55 -04:00
lib.rs Fold multiline calls 2020-07-01 18:27:58 +02:00
mark.rs Use relaxed ordering for marks 2020-07-14 09:04:11 +02:00