mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-27 09:12:57 +01:00
fix extern crate
This commit is contained in:
parent
de71ad7de4
commit
0143e18fe9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user