Skip to content

Commit a07778e

Browse files
emmatypingbluss
andauthored
Remove bound that is no longer needed
Co-authored-by: bluss <[email protected]>
1 parent 6d7dd68 commit a07778e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/linalg/impl_linalg.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,6 @@ where
710710
S1: Data<Elem = A>,
711711
S2: Data<Elem = A>,
712712
A: LinalgScalar,
713-
A: std::ops::Mul<&'a ArrayBase<S2, Ix2>, Output = Array<A, Ix2>>,
714713
{
715714
let dimar = a.shape()[0];
716715
let dimac = a.shape()[1];

0 commit comments

Comments
 (0)