diff --git a/src/linalg/cholesky.rs b/src/linalg/cholesky.rs index 67baefb1..23ebdea5 100644 --- a/src/linalg/cholesky.rs +++ b/src/linalg/cholesky.rs @@ -37,7 +37,7 @@ where { } -impl> Cholesky +impl Cholesky where DefaultAllocator: Allocator, {