1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-18 15:41:17 +00:00

fix extern crate

This commit is contained in:
Nikolay Kim 2017-11-15 20:09:37 -10:00
parent de71ad7de4
commit 0143e18fe9

View file

@ -30,7 +30,7 @@ extern crate percent_encoding;
extern crate actix;
extern crate h2 as http2;
extern crate redis_async;
// extern crate redis_async;
#[cfg(feature="tls")]
extern crate native_tls;