Make future-compat lint match_of_unit_variant_via_paren_dotdot deny by default

This commit is contained in:
Vadim Petrochenkov 2016-02-18 22:30:57 +03:00
parent 8e2a577804
commit e9506594b4
3 changed files with 12 additions and 12 deletions

View file

@ -132,7 +132,7 @@ declare_lint! {
declare_lint! {
pub MATCH_OF_UNIT_VARIANT_VIA_PAREN_DOTDOT,
Warn,
Deny,
"unit struct or enum variant erroneously allowed to match via path::ident(..)"
}