From 8e707cd6e29825b52d3c72006c109c4aac145943 Mon Sep 17 00:00:00 2001 From: Joey Sacchini Date: Mon, 7 Dec 2020 18:48:10 -0500 Subject: remove redundant as --- src/connection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/connection.rs b/src/connection.rs index 84e0b21..24ea74f 100644 --- a/src/connection.rs +++ b/src/connection.rs @@ -57,7 +57,7 @@ where } #[cfg(feature = "gat")] - fn read_packet

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

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