refactor: remove unused imports

This commit is contained in:
link2xt
2025-11-07 04:07:39 +00:00
committed by l
parent dd11a0e29a
commit cf5b145ce0
41 changed files with 35 additions and 42 deletions

View File

@@ -7,7 +7,7 @@ use async_smtp::{SmtpClient, SmtpTransport};
use tokio::io::{AsyncBufRead, AsyncWrite, BufStream};
use crate::context::Context;
use crate::log::{info, warn};
use crate::log::warn;
use crate::net::dns::{lookup_host_with_cache, update_connect_timestamp};
use crate::net::proxy::ProxyConfig;
use crate::net::session::SessionBufStream;