fix clippy error
This commit is contained in:
parent
88eaab7fb8
commit
444afdd35d
@ -333,7 +333,7 @@ impl<'a> PacketRef<'a> {
|
||||
/// Returns the full raw data, including headers.
|
||||
#[inline]
|
||||
pub fn raw(&self) -> &[u8] {
|
||||
&self.buf
|
||||
self.buf
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user