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, 0 insertions, 2 deletions
diff --git a/tokio-util/tests/udp.rs b/tokio-util/tests/udp.rs
index 99763854..4820ac72 100644
--- a/tokio-util/tests/udp.rs
+++ b/tokio-util/tests/udp.rs
@@ -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(())
}
-*/