Commit e14e36e
committed
Adapt
`criterion` 0.6.0 deprecates `criterion::black_box()`, preferring
`std::hint::black_box()` (which `criterion::black_box()` now uses).
This commit makes the recommended switch to
`std::hint::black_box()`, fixing new `clippy` errors.gix-config benches to changes in criterion
1 parent a4c8de5 commit e14e36e
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments