mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-22 13:45:13 +02:00
fix extern crate
This commit is contained in:
@@ -30,7 +30,7 @@ extern crate percent_encoding;
|
|||||||
extern crate actix;
|
extern crate actix;
|
||||||
extern crate h2 as http2;
|
extern crate h2 as http2;
|
||||||
|
|
||||||
extern crate redis_async;
|
// extern crate redis_async;
|
||||||
|
|
||||||
#[cfg(feature="tls")]
|
#[cfg(feature="tls")]
|
||||||
extern crate native_tls;
|
extern crate native_tls;
|
||||||
|
Reference in New Issue
Block a user