summaryrefslogtreecommitdiffstats
path: root/internals
diff options
context:
space:
mode:
authorPhilipp Korber <p.korber@1aim.com>2019-01-07 11:50:44 +0100
committerPhilipp Korber <p.korber@1aim.com>2019-01-07 11:50:44 +0100
commit7ace2b99e93c48244ce0d041af4347f6662f6e9c (patch)
treeb1516b26c027bbd25566c409e225a65dae4a9844 /internals
parent4a41caae1a52689c709836d4446d9b8b0a576505 (diff)
fix(core) auto add `Content-Id` headers
Diffstat (limited to 'internals')
-rw-r--r--internals/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/internals/src/lib.rs b/internals/src/lib.rs
index 753f090..9026b46 100644
--- a/internals/src/lib.rs
+++ b/internals/src/lib.rs
@@ -1,6 +1,5 @@
//! Provides some internal functionality for the `mail` crate.
#![recursion_limit="256"]
-#[macro_use]
extern crate failure;
#[macro_use]
extern crate nom;