Skip to content

Address Cargo Stylus Feedback #53

Address Cargo Stylus Feedback

Address Cargo Stylus Feedback #53

Triggered via pull request September 1, 2023 17:39
Status Success
Total duration 2m 42s
Artifacts
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
stable / fmt
Matrix: clippy
Fit to window
Zoom out
Zoom in

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/