From a691de871493f652836281e71e2c86c1eb5b50ca Mon Sep 17 00:00:00 2001 From: Luyu Cheng Date: Wed, 2 Sep 2020 05:28:51 +0800 Subject: [PATCH] Fix a type parameter in benchmarks (#517) --- benches/construction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benches/construction.rs b/benches/construction.rs index f672474..e0a5062 100644 --- a/benches/construction.rs +++ b/benches/construction.rs @@ -29,7 +29,7 @@ use cgmath::*; #[macro_use] mod macros; -fn bench_from_axis_angle>(bh: &mut Bencher) { +fn bench_from_axis_angle>(bh: &mut Bencher) { const LEN: usize = 1 << 13; let mut rng = SmallRng::from_entropy();