Merge pull request #126 from arkedge/feature/example-code-generator-c… #100
GitHub Actions / clippy
completed
Oct 12, 2023 in 1s
reviewdog [clippy] report
reported by reviewdog 🐶
Findings (2)
build.rs|102 col 9| you seem to be trying to use match
for an equality check. Consider using if
|1 col 1| 1 warning emitted
Filtered Findings (0)
Annotations
Check warning on line 102 in build.rs
github-actions / clippy
[clippy] build.rs#L102 <clippy::single_match>
you seem to be trying to use `match` for an equality check. Consider using `if`
Raw output
build.rs:102:9: warning: you seem to be trying to use `match` for an equality check. Consider using `if` (clippy::single_match)
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 ()
Loading