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};