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
error: this expression borrows a value the compiler would automatically borrow
--> tests/../src/lexical/math.rs:597:25
|
597 | for (xi, yi) in (&mut x[xstart..]).iter_mut().zip(y.iter()) {
| ^^^^^^^^^^^^^^^^^^ help: change this to: `x[xstart..]`
|
= note: `-D clippy::needless-borrow` implied by `-D clippy::all`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
0 commit comments