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: redundant clone
--> tests/test_chain.rs:61:30
|
61 | let mut chain = e.chain().clone();
| ^^^^^^^^ help: remove this
|
note: this value is dropped without further use
--> tests/test_chain.rs:61:21
|
61 | let mut chain = e.chain().clone();
| ^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
= note: `-D clippy::redundant-clone` implied by `-D clippy::all`
0 commit comments