remove wrongly used feature attr

This commit is contained in:
fakeshadow 2021-03-19 17:59:59 +08:00
parent 84a93a107c
commit 183e4bbb07
1 changed files with 0 additions and 1 deletions

View File

@ -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},