diff --git a/src/base/matrix_slice.rs b/src/base/matrix_slice.rs index acca9a93..96ebe59c 100644 --- a/src/base/matrix_slice.rs +++ b/src/base/matrix_slice.rs @@ -166,7 +166,7 @@ macro_rules! storage_impl( } #[inline] - fn is_contiguous(&self) -> bool { + fn is_contiguous(&self) -> bool { // Common cases that can be deduced at compile-time even if one of the dimensions // is Dynamic. if (RStride::is::() && C::is::()) || // Column vector.