Files
rust/tests
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
..
2019-11-13 21:44:29 +03:00
2019-12-23 05:28:23 +07:00
2019-12-24 03:06:52 +07:00
2019-06-21 16:47:34 +02:00