Fix abstract cw-plus deps #1218
check.yml
on: pull_request
stable / fmt
1m 53s
nightly / doc
3m 43s
ubuntu / stable / features
7m 31s
build-artifacts
1m 20s
Matrix: clippy
Matrix: msrv
Annotations
4 errors and 4 warnings
the borrowed expression implements the required traits:
packages/cw-orch-mock/src/core.rs#L433
error: the borrowed expression implements the required traits
--> packages/cw-orch-mock/src/core.rs:433:29
|
433 | (*self).set_balance(&Addr::unchecked(address), amount)
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `Addr::unchecked(address)`
|
= 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)]`
|
stable / clippy
Clippy had exited with the 101 exit code
|
the borrowed expression implements the required traits:
packages/cw-orch-mock/src/core.rs#L433
error: the borrowed expression implements the required traits
--> packages/cw-orch-mock/src/core.rs:433:29
|
433 | (*self).set_balance(&Addr::unchecked(address), amount)
| ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `Addr::unchecked(address)`
|
= 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)]`
|
beta / clippy
Clippy had exited with the 101 exit code
|
stable / clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
stable / clippy
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/
|
beta / clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
beta / clippy
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/
|