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:
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 h2 as http2;
|
||||
|
||||
extern crate redis_async;
|
||||
// extern crate redis_async;
|
||||
|
||||
#[cfg(feature="tls")]
|
||||
extern crate native_tls;
|
||||
|
|
Loading…
Reference in a new issue