diff --git a/examples/udp-codec.rs b/examples/udp-codec.rs index f338bd84b..8b64cbc3a 100644 --- a/examples/udp-codec.rs +++ b/examples/udp-codec.rs @@ -1,8 +1,3 @@ -fn main() {} - -// Disabled while future of UdpFramed is decided on. -// See https://github.com/tokio-rs/tokio/issues/2830 -/* //! This example leverages `BytesCodec` to create a UDP client and server which //! speak a custom protocol. //! @@ -83,4 +78,3 @@ async fn pong(socket: &mut UdpFramed) -> Result<(), io::Error> { Ok(()) } -*/