rust/clippy_lints
Jason Newcomb 0b7ab90eca
Improvements to match_wildcard_for_single_variants and wildcard_enum_match_arm lints
Don't lint on `Result` and `Option` types.
Considers `or` patterns.
Considers variants prefixed with `Self`
Suggestions will try to find a common prefix rather than just using the full path
2021-03-17 12:04:11 -04:00
..
2021-03-16 14:51:57 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.