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:
parent
44995f7afb
commit
14338786fd
7 changed files with 154 additions and 20 deletions
|
@ -893,6 +893,7 @@ symbols! {
|
|||
nomem,
|
||||
non_ascii_idents,
|
||||
non_exhaustive,
|
||||
non_exhaustive_omitted_patterns_lint,
|
||||
non_modrs_mods,
|
||||
none_error,
|
||||
nontemporal_store,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue