Commit ed1327f
committed
Ignore redundant_clone lint on test testing clone
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`1 parent 867763b commit ed1327f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments