Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
Signed-off-by: Teo Koon Peng <[email protected]>
  • Loading branch information
koonpeng committed Jan 13, 2025
1 parent f732c07 commit e424cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/diagram/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ impl<Serializer> DiagramMessage<Serializer> for () {
type DynUnzipImpl = NotSupported;
}

macro_rules! dyn_unzip_impl {
macro_rules! diagram_message_impl {
($len:literal, $(($P:ident, $o:ident)),*) => {
impl<$($P),*, Serializer> DiagramMessage<Serializer> for ($($P,)*)
where
Expand All @@ -25,7 +25,7 @@ macro_rules! dyn_unzip_impl {
};
}

all_tuples_with_size!(dyn_unzip_impl, 1, 12, R, o);
all_tuples_with_size!(diagram_message_impl, 1, 12, R, o);

#[cfg(test)]
mod tests {
Expand Down

0 comments on commit e424cef

Please sign in to comment.