From 8b55ea50c1a8311d931486f3d0a7e5eb8334fbd3 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 14 Mar 2025 12:41:13 +0500 Subject: [PATCH] wip --- ntex/tests/http_openssl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntex/tests/http_openssl.rs b/ntex/tests/http_openssl.rs index 4be3aa51..c91de0b8 100644 --- a/ntex/tests/http_openssl.rs +++ b/ntex/tests/http_openssl.rs @@ -1,5 +1,5 @@ #![cfg(feature = "openssl")] -use std::{env, io, sync::atomic::AtomicUsize, sync::atomic::Ordering, sync::Arc}; +use std::{io, sync::atomic::AtomicUsize, sync::atomic::Ordering, sync::Arc}; use futures_util::stream::{once, Stream, StreamExt}; use tls_openssl::ssl::{AlpnError, SslAcceptor, SslFiletype, SslMethod};