chore(deps): update taiki-e/install-action action to v2.48.0 #502
ci.yml
on: push
Rustfmt check
14s
Code coverage
1m 39s
Publish dry-run
1m 2s
Matrix: build
Matrix: clippy
Matrix: doc
Matrix: msrv-check
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 |
|