From 6c2d0f460819f86f7420ac8221d00a4af5a00304 Mon Sep 17 00:00:00 2001 From: asxalex Date: Wed, 21 Feb 2024 22:39:12 +0800 Subject: [PATCH] remove unused --- src/utils/helper.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/helper.rs b/src/utils/helper.rs index 9214238..a298936 100644 --- a/src/utils/helper.rs +++ b/src/utils/helper.rs @@ -1,4 +1,3 @@ -use super::SDLanError; use crate::config; use dashmap::DashMap; use std::net::{IpAddr, SocketAddr};