mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03: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…
Add table
Add a link
Reference in a new issue