is deprecated exn (#96) #327
Annotations
3 warnings
match expression looks like `matches!` macro:
main/src/main.rs#L447
warning: match expression looks like `matches!` macro
--> main/src/main.rs:447:5
|
447 | / match subcommand {
448 | | "cargo-stylus-check" | "cargo-stylus-cgen" | "cargo-stylus-replay" => true,
449 | | _ => false,
450 | | }
| |_____^ 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
|
(x86_64-unknown-linux-gnu, 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/
|
(x86_64-unknown-linux-gnu, 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/
|