Improve file hashing #359
Annotations
1 error and 3 warnings
(aarch64-apple-darwin, nightly)
Process completed with exit code 101.
|
match expression looks like `matches!` macro:
main/src/main.rs#L493
warning: match expression looks like `matches!` macro
--> main/src/main.rs:493:5
|
493 | / match subcommand {
494 | | "cargo-stylus-check" | "cargo-stylus-cgen" | "cargo-stylus-replay" => true,
495 | | _ => false,
496 | | }
| |_____^ help: try: `matches!(subcommand, "cargo-stylus-check" | "cargo-stylus-cgen" | "cargo-stylus-replay")`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_like_matches_macro
= note: `#[warn(clippy::match_like_matches_macro)]` on by default
|
(aarch64-apple-darwin, stable)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
(aarch64-apple-darwin, nightly)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|