fix(deps): update rust crate clap to 4.5.26 #466
ci.yml
on: push
Rustfmt check
15s
Code coverage
1m 52s
Publish dry-run
57s
Matrix: build
Matrix: clippy
Matrix: doc
Matrix: msrv-check
Annotations
9 errors and 14 warnings
Build for Rust 1.75.0 on ubuntu
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)]`
|
Build for Rust 1.75.0 on macos
Process completed with exit code 101.
|
Clippy validation
Clippy has exited with exit code 101
|
Build for Rust 1.75.0 on windows
Process completed with exit code 1.
|
MSRV check for Rust 1.74.1 on ubuntu
Process completed with exit code 1.
|
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 ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Clippy validation
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build for Rust stable on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build for Rust stable on ubuntu without Cargo.lock
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Rustfmt check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build for Rust nightly (experimental) on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build for Rust beta (experimental) on ubuntu without Cargo.lock
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build for Rust beta (experimental) on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build for Rust nightly (experimental) on ubuntu without Cargo.lock
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
MSRV check for Rust 1.74.1 on ubuntu
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Rustdoc check for Rust nightly (experimental)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Rustdoc check for Rust stable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Publish dry-run
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Code coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
code-coverage-report
|
62.8 KB |
|