mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-15 06:11:01 +00:00
be more explicit in match for future-proofing code via exhaustiveness check
This commit is contained in:
@@ -209,7 +209,7 @@ fn check_internally_tagged_variant_name_conflict(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
_ => {},
|
Style::Unit | Style::Newtype | Style::Tuple => {},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user