Address Cargo Stylus Feedback #53
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
check.yml
on: pull_request
stable / fmt
19s
Matrix: clippy
Annotations
5 warnings
stable / fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
the borrowed expression implements the required traits:
src/deploy.rs#L65
warning: the borrowed expression implements the required traits
--> src/deploy.rs:65:21
|
65 | hex::encode(&addr).mint()
| ^^^^^ help: change this to: `addr`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|
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/
|
the borrowed expression implements the required traits:
src/deploy.rs#L65
warning: the borrowed expression implements the required traits
--> src/deploy.rs:65:21
|
65 | hex::encode(&addr).mint()
| ^^^^^ help: change this to: `addr`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|
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/
|