From 0992d76fdc9c98cfae7006a8561145ed1169beb8 Mon Sep 17 00:00:00 2001 From: "(on company time)" <_@_> Date: Mon, 19 Dec 2022 14:33:35 -0600 Subject: [PATCH] :rotating_light: remove unused `use` --- crates/ptth_quic/src/bin/ptth_quic_end_server.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crates/ptth_quic/src/bin/ptth_quic_end_server.rs b/crates/ptth_quic/src/bin/ptth_quic_end_server.rs index 048b354..ee980d4 100644 --- a/crates/ptth_quic/src/bin/ptth_quic_end_server.rs +++ b/crates/ptth_quic/src/bin/ptth_quic_end_server.rs @@ -1,7 +1,3 @@ -use std::{ - iter::FromIterator, -}; - use tokio::sync::watch; use ptth_quic::prelude::*;