From 1728746a34d90f5b61644fc378a5a8a66ae09dd6 Mon Sep 17 00:00:00 2001 From: Joey Sacchini Date: Mon, 7 Dec 2020 18:48:48 -0500 Subject: fix compile error (mistake in last commit) --- src/connection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection.rs b/src/connection.rs index 24ea74f..84e0b21 100644 --- a/src/connection.rs +++ b/src/connection.rs @@ -57,7 +57,7 @@ where } #[cfg(feature = "gat")] - fn read_packet

(&mut self) -> ReadResult<>::Packet> + fn read_packet

(&mut self) -> ReadResult< as RawPacket>::Packet> where P: PacketKind { -- cgit