util: resurrect UdpFramed (#3044)

This commit is contained in:
Evan Cameron
2020-11-06 16:59:15 +01:00
committed by GitHub
parent d7e3fcb9ee
commit 47658a6da5
6 changed files with 55 additions and 31 deletions
-2
View File
@@ -1,4 +1,3 @@
/*
#![warn(rust_2018_idioms)]
use tokio::{net::UdpSocket, stream::StreamExt};
@@ -101,4 +100,3 @@ async fn send_framed_lines_codec() -> std::io::Result<()> {
Ok(())
}
*/