fix(deps): update rust crate clap to 4.5.27 #533
ci.yml
on: push
Rustfmt check
14s
Code coverage
1m 41s
Publish dry-run
57s
Matrix: build
Matrix: clippy
Matrix: doc
Matrix: msrv-check
Annotations
9 errors
Build for Rust 1.75.0 on ubuntu
Process completed with exit code 101.
|
MSRV check for Rust 1.74.1 on ubuntu
Process completed with exit code 1.
|
Build for Rust 1.75.0 on macos
Process completed with exit code 101.
|
this `map_or` is redundant:
src/command/backup/args.rs#L78
error: this `map_or` is redundant
--> src/command/backup/args.rs:78:9
|
78 | solution_status.map_or(false, |st| st >= self.status)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use is_some_and instead: `solution_status.is_some_and(|st| st >= self.status)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or
= note: `-D clippy::unnecessary-map-or` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unnecessary_map_or)]`
|
this `map_or` is redundant:
src/command/backup/args.rs#L78
error: this `map_or` is redundant
--> src/command/backup/args.rs:78:9
|
78 | solution_status.map_or(false, |st| st >= self.status)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use is_some_and instead: `solution_status.is_some_and(|st| st >= self.status)`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or
= note: `-D clippy::unnecessary-map-or` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unnecessary_map_or)]`
|
Clippy validation
Clippy has exited with exit code 101
|
MSRV check for Rust 1.74.1 on windows
Process completed with exit code 1.
|
MSRV check for Rust 1.74.1 on macos
Process completed with exit code 1.
|
Build for Rust 1.75.0 on windows
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
code-coverage-report
|
62.8 KB |
|