Skip to content

Replace feature = "cargo-clippy" #75

Replace feature = "cargo-clippy"

Replace feature = "cargo-clippy" #75

Triggered via pull request February 28, 2024 19:59
Status Failure
Total duration 1m 6s
Artifacts

pr-checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
cargo clippy: target/debug/build/matchgen_tests-f39bf0f9105fdc06/out/test-matchers.rs#L39
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
cargo clippy: target/debug/build/matchgen_tests-f39bf0f9105fdc06/out/test-matchers.rs#L45
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
cargo clippy: target/debug/build/matchgen_tests-f39bf0f9105fdc06/out/test-matchers.rs#L245
the function has a cognitive complexity of (1099/25)
cargo clippy: target/debug/build/matchgen_tests-f39bf0f9105fdc06/out/test-matchers.rs#L245
this function has too many lines (6988/100)
cargo clippy: target/debug/build/matchgen_tests-f39bf0f9105fdc06/out/test-matchers.rs#L250
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
cargo clippy: target/debug/build/matchgen_tests-f39bf0f9105fdc06/out/test-matchers.rs#L253
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
cargo clippy: target/debug/build/matchgen_tests-f39bf0f9105fdc06/out/test-matchers.rs#L254
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
cargo clippy: target/debug/build/matchgen_tests-f39bf0f9105fdc06/out/test-matchers.rs#L266
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
cargo clippy: target/debug/build/matchgen_tests-f39bf0f9105fdc06/out/test-matchers.rs#L267
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
cargo clippy: target/debug/build/matchgen_tests-f39bf0f9105fdc06/out/test-matchers.rs#L268
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`