From 183e4bbb07e945276f5bf1770e6a0ad8ad3f3cd5 Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Fri, 19 Mar 2021 17:59:59 +0800 Subject: [PATCH] remove wrongly used feature attr --- tests/test_httpserver.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_httpserver.rs b/tests/test_httpserver.rs index c4061ba0d..c74e429a7 100644 --- a/tests/test_httpserver.rs +++ b/tests/test_httpserver.rs @@ -2,7 +2,6 @@ extern crate tls_openssl as openssl; #[cfg(not(windows))] -#[cfg(feature = "openssl")] use { actix_web::{test, web, App, HttpResponse, HttpServer}, std::{sync::mpsc, thread, time::Duration},