Merge pull request #152 from arkedge/renovate/ut-issl-s2e-core-7.x #121
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / clippy
completed
Oct 18, 2023 in 1s
reviewdog [clippy] report
reported by reviewdog 🐶
Findings (2)
|1 col 1| 1 warning emitted
build.rs|99 col 9| you seem to be trying to use match
for an equality check. Consider using if
Filtered Findings (0)
Annotations
Check warning on line 1 in <unknown>
github-actions / clippy
[clippy] <unknown>#L1
1 warning emitted
Raw output
<unknown>:1:1: warning: 1 warning emitted ()
Check warning on line 99 in build.rs
github-actions / clippy
[clippy] build.rs#L99 <clippy::single_match>
you seem to be trying to use `match` for an equality check. Consider using `if`
Raw output
build.rs:99:9: warning: you seem to be trying to use `match` for an equality check. Consider using `if` (clippy::single_match)
Loading