diff --git a/src/udp.rs b/src/udp.rs index 6ff7416..b5945cc 100644 --- a/src/udp.rs +++ b/src/udp.rs @@ -67,12 +67,6 @@ pub struct UdpStream { keys_to_delete: Weak>>, } -impl AsMut for UdpStream { - fn as_mut(&mut self) -> &mut DuplexStream { - &mut self.io - } -} - #[pinned_drop] impl PinnedDrop for UdpStream { fn drop(self: Pin<&mut Self>) {