summaryrefslogtreecommitdiffstats
path: root/tokio-util/tests/udp.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio-util/tests/udp.rs')
-rw-r--r--tokio-util/tests/udp.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tokio-util/tests/udp.rs b/tokio-util/tests/udp.rs
index 4820ac72..99763854 100644
--- a/tokio-util/tests/udp.rs
+++ b/tokio-util/tests/udp.rs
@@ -1,3 +1,4 @@
+/*
#![warn(rust_2018_idioms)]
use tokio::{net::UdpSocket, stream::StreamExt};
@@ -100,3 +101,4 @@ async fn send_framed_lines_codec() -> std::io::Result<()> {
Ok(())
}
+*/