feat(contracts): wallet v5r1 #20
Annotations
2 errors and 2 warnings
the borrowed expression implements the required traits:
crates/contracts/src/wallet/v5r1/mod.rs#L267
error: the borrowed expression implements the required traits
--> crates/contracts/src/wallet/v5r1/mod.rs:267:41
|
267 | builder.store(&self.body)?.pack(&self.signature)?;
| ^^^^^^^^^^^^^^^ help: change this to: `self.signature`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
= note: `-D clippy::needless-borrows-for-generic-args` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_borrows_for_generic_args)]`
|
check
Clippy had exited with the 101 exit code
|
check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|