Skip to content

Commit ce3a6a8

Browse files
committed
1 parent ccd3238 commit ce3a6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tcp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ impl TcpConnection {
211211
}
212212
}
213213

214-
pub fn packets<'a>(&'a mut self) -> impl Iterator<Item = &TcpPacket<Box<[u8]>>> {
214+
pub fn packets<'a>(&'a mut self) -> impl Iterator<Item = &'a TcpPacket<Box<[u8]>>> {
215215
self.packet_queue.values()
216216
}
217217
}

0 commit comments

Comments
 (0)