Skip to content

chore(deps): update taiki-e/install-action action to v2.48.0 #502

chore(deps): update taiki-e/install-action action to v2.48.0

chore(deps): update taiki-e/install-action action to v2.48.0 #502

Status Failure
Total duration 2m 55s
Artifacts 1

ci.yml

on: push
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