feat(tendermint): Instantiate Context
for Tendermint types
#239
Annotations
4 errors and 1 warning
Formatting
Process completed with exit code 1.
|
Clippy:
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)]`
|
Test
encountered diff marker
|
Test
Process completed with exit code 101.
|
Clippy
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/
|