be more explicit in match for future-proofing code via exhaustiveness check
This commit is contained in:
parent
a799ea171c
commit
9fc526b788
@ -209,7 +209,7 @@ fn check_internally_tagged_variant_name_conflict(
|
||||
}
|
||||
}
|
||||
},
|
||||
_ => {},
|
||||
Style::Unit | Style::Newtype | Style::Tuple => {},
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user