You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
decimal: Allow suspicious arithmetic impl for + in Mul
It's understandable that Clippy would think that the addition was
incorrct here, but it's correct since we're already doing a
multiplication in the digits operator. The addition is in the index
operator.
0 commit comments