Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
hollowness-inside committed Mar 15, 2024
1 parent 030d301 commit 4eb3cd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastnbt/src/ser/serializer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ impl<'a, W: 'a + Write> serde::ser::Serializer for &'a mut Serializer<W> {
no_root!(serialize_seq(Option<usize>) -> Self::SerializeSeq);
no_root!(serialize_tuple(usize) -> Self::SerializeSeq);
no_root!(serialize_tuple_struct(&'static str, usize) -> Self::SerializeTupleStruct);

no_root!(
serialize_tuple_variant(
&'static str,
Expand All @@ -114,6 +115,7 @@ impl<'a, W: 'a + Write> serde::ser::Serializer for &'a mut Serializer<W> {
usize,
) -> Self::SerializeTupleVariant
);

no_root!(
serialize_struct_variant(
&'static str,
Expand Down

0 comments on commit 4eb3cd5

Please sign in to comment.