be more explicit in match for future-proofing code via exhaustiveness check

This commit is contained in:
Árpád Goretity
2018-03-08 00:53:56 +01:00
parent a799ea171c
commit 9fc526b788
+1 -1
View File
@@ -209,7 +209,7 @@ fn check_internally_tagged_variant_name_conflict(
}
}
},
_ => {},
Style::Unit | Style::Newtype | Style::Tuple => {},
}
}
}