Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace impl that triggered a lint on Rust 1.80
The generic Mul for Scalar impl violated orphan rules, but used to be accepted by rustc due to a bug. Replace the impl with separate concrete impls for f32, i32, and u32. See rust-lang/rust#124559 for more info.
- Loading branch information