We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067e384 commit b1d8ecaCopy full SHA for b1d8eca
src/packet.rs
@@ -85,7 +85,7 @@ impl From<PacketType> for u16 {
85
}
86
87
88
-impl<'a> Packet<'a> {
+impl Packet<'_> {
89
pub(crate) fn decode(data: &[u8]) -> Result<Packet> {
90
parse_packet(data)
91
0 commit comments