Skip to content

chore: switch to lockfile v3 to support older versions of cargo #505

chore: switch to lockfile v3 to support older versions of cargo

chore: switch to lockfile v3 to support older versions of cargo #505

Triggered via push February 3, 2025 01:17
Status Failure
Total duration 3m 7s
Artifacts 1

ci.yml

on: push
Rustfmt check
15s
Rustfmt check
Code coverage
1m 39s
Code coverage
Publish dry-run
55s
Publish dry-run
Matrix: build
Matrix: clippy
Matrix: doc
Matrix: msrv-check
Fit to window
Zoom out
Zoom in

Annotations

3 errors
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

Artifacts

Produced during runtime
Name Size
code-coverage-report
62.8 KB