mirror of
https://github.com/actix/actix-web.git
synced 2025-01-04 22:38:44 +00:00
remove backtrace dep
This commit is contained in:
parent
7d66430324
commit
18fcddfd63
1 changed files with 1 additions and 3 deletions
|
@ -107,8 +107,6 @@ extern crate serde_derive;
|
|||
#[cfg(feature = "ssl")]
|
||||
extern crate openssl;
|
||||
|
||||
extern crate backtrace;
|
||||
|
||||
pub mod body;
|
||||
pub mod client;
|
||||
mod config;
|
||||
|
|
Loading…
Reference in a new issue