feat(tendermint): Instantiate Context
for Tendermint types
#239
Annotations
1 error and 1 warning
test/src/proposal.rs#L35
error: using `clone` on type `Value` which implements the `Copy` trait
--> test/src/proposal.rs:35:9
|
35 | self.value.clone()
| ^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `self.value`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
= note: `-D clippy::clone-on-copy` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::clone_on_copy)]`
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading