From bc9c74cbb67ce290e79293961a140c15a8eff6f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Tue, 20 Nov 2018 09:14:35 +0100 Subject: [PATCH] RFC: Remove redundant `Dim` trait Co-Authored-By: grtlr --- src/base/matrix.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/matrix.rs b/src/base/matrix.rs index 73fb886d..887ed047 100644 --- a/src/base/matrix.rs +++ b/src/base/matrix.rs @@ -830,7 +830,7 @@ impl> SquareMatrix { } } -impl + IsNotStaticOne, S: Storage> Matrix { +impl + IsNotStaticOne, S: Storage> Matrix { /// Yields the homogeneous matrix for this matrix, i.e., appending an additional dimension and /// and setting the diagonal element to `1`.