]> git.lizzy.rs Git - rust.git/commit
Add match_wild lint (#3649).
authorAlex Hamilton <alex.hamilton@ou.edu>
Thu, 10 Jan 2019 20:56:28 +0000 (14:56 -0600)
committerAlex Hamilton <alex.hamilton@ou.edu>
Tue, 29 Jan 2019 21:33:04 +0000 (15:33 -0600)
commit0da18677f733f392ef7fa8d833ade3b66bf83f9a
tree8edf2d214536ce4caca1d03177adae758d0ea534
parent6b1a2a9c3e1c8443d30247aa0d02f64d9f44e107
Add match_wild lint (#3649).

This lint prevents using a wildcard in a match.
clippy_lints/src/matches.rs