Skip to content

Merge pull request #342 from arkedge/renovate/ut-issl-s2e-core-7.x #711

Merge pull request #342 from arkedge/renovate/ut-issl-s2e-core-7.x

Merge pull request #342 from arkedge/renovate/ut-issl-s2e-core-7.x #711

GitHub Actions / clippy completed Jul 16, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (1)

build.rs|115 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 115 in build.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] build.rs#L115 <clippy::single_match>

you seem to be trying to use `match` for an equality check. Consider using `if`
Raw output
build.rs:115:9: warning: you seem to be trying to use `match` for an equality check. Consider using `if` (clippy::single_match)