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
..
auxiliary
ui Auto merge of #4960 - ThibsG:patterns_with_wildcard_#4640, r=flip1995 2020-01-09 13:51:00 +00:00
ui-toml
compile-test.rs
dogfood.rs
fmt.rs a few small cleanups 2019-12-23 05:28:23 +07:00
integration.rs do minor cleanups 2019-12-24 03:06:52 +07:00
matches.rs Rustup to https://github.com/rust-lang/rust/pull/67853 2020-01-04 11:30:03 +01:00
missing-test-files.rs
needless_continue_helpers.rs
versioncheck.rs