rust-clippy/src
bors ac795a6f3a Auto merge of #4960 - ThibsG:patterns_with_wildcard_#4640, r=flip1995
New lint: pats_with_wild_match_arm

Wildcard use with other pattern in same match arm.

The wildcard covers other(s) pattern(s) as it will match anyway.

changelog: add new lint when multiple patterns (including wildcard) are used in a match arm.

Fixes #4640.
2020-01-09 13:51:00 +00:00
..
lintlist Auto merge of #4960 - ThibsG:patterns_with_wildcard_#4640, r=flip1995 2020-01-09 13:51:00 +00:00
driver.rs Rustup to rust-lang/rust#68024 2020-01-09 16:43:51 +09:00
main.rs Deny warnings in CI 2019-07-15 07:35:02 +02:00