diff --git a/src/structs/dmat_macros.rs b/src/structs/dmat_macros.rs index 4492bff9..23522b17 100644 --- a/src/structs/dmat_macros.rs +++ b/src/structs/dmat_macros.rs @@ -753,7 +753,7 @@ macro_rules! dmat_impl( } #[cfg(feature="arbitrary")] - impl Arbitrary for $dmat { + impl Arbitrary for $dmat { fn arbitrary(g: &mut G) -> $dmat { $dmat::from_fn( Arbitrary::arbitrary(g), Arbitrary::arbitrary(g),