mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
cafa94662c
New lint: `match_wildcard_for_single_variants` changelog: Added a new lint match_wildcard_for_single_variants to warn on enum matches where a wildcard is used to match a single variant Closes #5556