diff --git a/src/base/par_iter.rs b/src/base/par_iter.rs index 3109e1ac..9beccee9 100644 --- a/src/base/par_iter.rs +++ b/src/base/par_iter.rs @@ -63,7 +63,7 @@ where } } -impl<'a, T, R: Dim, Cols: Dim, S: RawStorage> Matrix +impl> Matrix where T: Send + Sync + Clone + Debug + PartialEq + 'static, S: Sync, @@ -143,7 +143,7 @@ where } } -impl<'a, T, R: Dim, Cols: Dim, S: RawStorage + RawStorageMut> +impl + RawStorageMut> Matrix where T: Send + Sync + Clone + Debug + PartialEq + 'static,