From 40ff26ce1a485ffc6be6ca13e39f84c4620e8dc3 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Tue, 17 Dec 2024 22:00:20 +0100 Subject: [PATCH] chore: remove commented out import (#7539) --- rust/socket-factory/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/socket-factory/src/lib.rs b/rust/socket-factory/src/lib.rs index 85806b609..93957a198 100644 --- a/rust/socket-factory/src/lib.rs +++ b/rust/socket-factory/src/lib.rs @@ -4,7 +4,6 @@ use std::collections::HashMap; use std::fmt; use std::{ borrow::Cow, - // collections::VecDeque, io::{self, IoSliceMut}, net::{IpAddr, SocketAddr}, slice,