Skip to content

Feature: gh action for build and push docker image of astria hermes #7

Feature: gh action for build and push docker image of astria hermes

Feature: gh action for build and push docker image of astria hermes #7

Triggered via pull request June 4, 2024 17:28
Status Skipped
Total duration 5s
Artifacts

multi-chains.yaml

on: pull_request
Matrix: multi-chains-test
Fit to window
Zoom out
Zoom in

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)]`