mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-28 09:42:40 +01:00
remove backtrace dep
This commit is contained in:
parent
7d66430324
commit
18fcddfd63
@ -107,8 +107,6 @@ extern crate serde_derive;
|
|||||||
#[cfg(feature = "ssl")]
|
#[cfg(feature = "ssl")]
|
||||||
extern crate openssl;
|
extern crate openssl;
|
||||||
|
|
||||||
extern crate backtrace;
|
|
||||||
|
|
||||||
pub mod body;
|
pub mod body;
|
||||||
pub mod client;
|
pub mod client;
|
||||||
mod config;
|
mod config;
|
||||||
@ -173,4 +171,4 @@ pub mod http {
|
|||||||
}
|
}
|
||||||
pub use header::ContentEncoding;
|
pub use header::ContentEncoding;
|
||||||
pub use message::ConnectionType;
|
pub use message::ConnectionType;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user