We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac5d89 commit e9c8074Copy full SHA for e9c8074
1 file changed
crates/protocol_core/src/lib.rs
@@ -61,7 +61,7 @@ impl DynPacket for UnknownPacket {
61
#[cfg(feature = "dyn-name")]
62
#[inline]
63
fn name(&self) -> &'static str {
64
- "UnknownPacket"
+ std::any::type_name::<UnknownPacket>()
65
}
66
67
0 commit comments