rust/src/libcollectionstest
Stjepan Glavina fa457bff26 Minor fix in the *_expensive benchmark
Before, the `count` would be copied into the closure and could
potentially be optimized way. This change ensures it's borrowed by
closure and finally consumed by `test::black_box`.
2017-02-04 18:04:26 +01:00
..
2017-01-14 16:51:51 +00:00
2016-12-23 04:16:28 +00:00