mirror of https://github.com/fafhrd91/actix-web
remove wrongly used feature attr
This commit is contained in:
parent
84a93a107c
commit
183e4bbb07
|
@ -2,7 +2,6 @@
|
||||||
extern crate tls_openssl as openssl;
|
extern crate tls_openssl as openssl;
|
||||||
|
|
||||||
#[cfg(not(windows))]
|
#[cfg(not(windows))]
|
||||||
#[cfg(feature = "openssl")]
|
|
||||||
use {
|
use {
|
||||||
actix_web::{test, web, App, HttpResponse, HttpServer},
|
actix_web::{test, web, App, HttpResponse, HttpServer},
|
||||||
std::{sync::mpsc, thread, time::Duration},
|
std::{sync::mpsc, thread, time::Duration},
|
||||||
|
|
Loading…
Reference in New Issue