Migrate to clap v4 and remove atty dependency #37
Annotations
1 error and 15 warnings
cargo-clippy
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, 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/
|
Install `stable-x86_64-unknown-linux-gnu`
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install `stable-x86_64-unknown-linux-gnu`
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install `stable-x86_64-unknown-linux-gnu`
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Install `stable-x86_64-unknown-linux-gnu`
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
cargo-clippy:
src/lib.rs#L20
this function's return value is unnecessarily wrapped by `Result`
|
cargo-clippy:
src/lib.rs#L39
it is more concise to loop over references to containers instead of using explicit iteration methods
|
cargo-clippy:
src/lib.rs#L64
implicitly cloning a `Vec` by calling `to_owned` on its dereferenced type
|
cargo-clippy:
src/lib.rs#L67
implicitly cloning a `String` by calling `to_owned` on its dereferenced type
|
cargo-clippy:
src/lib.rs#L68
implicitly cloning a `Version` by calling `to_owned` on its dereferenced type
|
cargo-clippy:
src/lib.rs#L70
implicitly cloning a `Option` by calling `to_owned` on its dereferenced type
|
cargo-clippy:
src/lib.rs#L72
implicitly cloning a `Option` by calling `to_owned` on its dereferenced type
|
cargo-clippy:
src/lib.rs#L72
redundant closure
|
cargo-clippy:
src/lib.rs#L73
implicitly cloning a `Option` by calling `to_owned` on its dereferenced type
|
cargo-clippy:
src/lib.rs#L82
more than 3 bools in a struct
|
The logs for this run have expired and are no longer available.
Loading