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();