Skip to content

Commit

Permalink
clip
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Jun 5, 2024
1 parent e140052 commit 7ffaa79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linalg/src/generic/mmm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ where
usize: AsPrimitive<TI>,
{
pub fn mmm(&self) -> Box<dyn MatMatMul> {
Box::new(self.clone())
Box::new(*self)
}
}

Expand Down

0 comments on commit 7ffaa79

Please sign in to comment.