1
Fork 0

Add feature gate to non_exhaustive_omitted_patterns lint

Actually add the feature to the lints ui test
Add tracking issue to the feature declaration
Rename feature gate to non_exhaustive_omitted_patterns_lint
Add more omitted_patterns lint feature gate
This commit is contained in:
Devin Ragotzy 2021-10-01 10:21:56 -04:00 committed by Devin Ragotzy
parent 44995f7afb
commit 14338786fd
7 changed files with 154 additions and 20 deletions

View file

@ -893,6 +893,7 @@ symbols! {
nomem,
non_ascii_idents,
non_exhaustive,
non_exhaustive_omitted_patterns_lint,
non_modrs_mods,
none_error,
nontemporal_store,