Feature: gh action for build and push docker image of astria hermes #7
Annotations
2 errors
assigning the result of `Clone::clone()` may be inefficient:
crates/relayer-types/src/core/ics23_commitment/merkle.rs#L114
error: assigning the result of `Clone::clone()` may be inefficient
--> crates/relayer-types/src/core/ics23_commitment/merkle.rs:114:21
|
114 | value = subroot.clone();
| ^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_from()`: `value.clone_from(&subroot)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
= note: `-D clippy::assigning-clones` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::assigning_clones)]`
|
assigning the result of `Clone::clone()` may be inefficient:
crates/relayer-types/src/core/ics23_commitment/merkle.rs#L114
error: assigning the result of `Clone::clone()` may be inefficient
--> crates/relayer-types/src/core/ics23_commitment/merkle.rs:114:21
|
114 | value = subroot.clone();
| ^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_from()`: `value.clone_from(&subroot)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones
= note: `-D clippy::assigning-clones` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::assigning_clones)]`
|