mirror of
https://github.com/actix/actix-web.git
synced 2025-09-04 01:44:02 +00:00
fix extern crate
This commit is contained in:
parent
de71ad7de4
commit
0143e18fe9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue