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