1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-05 09:42:08 +00:00

remove backtrace dep

This commit is contained in:
Nikolay Kim 2018-11-18 20:25:59 -08:00
parent 7d66430324
commit 18fcddfd63

View file

@ -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;
@ -173,4 +171,4 @@ pub mod http {
}
pub use header::ContentEncoding;
pub use message::ConnectionType;
}
}