Skip to content

Fix abstract cw-plus deps #1218

Fix abstract cw-plus deps

Fix abstract cw-plus deps #1218

Triggered via pull request January 26, 2024 11:45
Status Failure
Total duration 7m 40s
Artifacts

check.yml

on: pull_request
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

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/