Fix typo in packet_group macro

This commit is contained in:
Ryan 2023-03-07 04:23:11 -08:00
parent e64f1b7123
commit e49ab70f16

View file

@ -155,7 +155,7 @@ macro_rules! packet_group {
} }
fn packet_name(&self) -> &str { fn packet_name(&self) -> &str {
stringify!($packet_name) stringify!($packet)
} }
#[allow(unused_imports)] #[allow(unused_imports)]