aboutsummaryrefslogtreecommitdiff
path: root/benches/crossbeam.rs
diff options
context:
space:
mode:
Diffstat (limited to 'benches/crossbeam.rs')
-rw-r--r--benches/crossbeam.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/benches/crossbeam.rs b/benches/crossbeam.rs
index 9870c98..1c05222 100644
--- a/benches/crossbeam.rs
+++ b/benches/crossbeam.rs
@@ -13,7 +13,7 @@ mod unbounded {
#[bench]
fn create(b: &mut Bencher) {
- b.iter(|| unbounded::<i32>());
+ b.iter(unbounded::<i32>);
}
#[bench]