rust/clippy_lints
Victor Song e683e3eeac Don't lint manual_non_exhaustive when enum explicitly marked as non_exhaustive
There are cases where users create a unit variant for the purposes
of tracking the number of variants for an nonexhaustive enum.
We should check if an enum is explicitly marked as nonexhaustive
before reporting `manual_non_exhaustive` in these cases. Fixes #11583
2023-09-30 22:57:54 -05:00
..
src Don't lint manual_non_exhaustive when enum explicitly marked as non_exhaustive 2023-09-30 22:57:54 -05:00
Cargo.toml Test that each config value exists in a test clippy.toml 2023-09-25 12:38:23 +00:00
README.md

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