From 8d09639921ca29f36def0777102b55a1c762748c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 23 Dec 2019 13:31:48 +0100 Subject: Replace own error type with failure Signed-off-by: Matthias Beyer --- parser/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'parser/src/lib.rs') diff --git a/parser/src/lib.rs b/parser/src/lib.rs index 2c8c5a3..c4a7676 100644 --- a/parser/src/lib.rs +++ b/parser/src/lib.rs @@ -1,4 +1,4 @@ -extern crate failure; +#[macro_use] extern crate failure; extern crate mail_core; extern crate mail_headers; extern crate serde; @@ -11,7 +11,6 @@ extern crate quoted_printable; mod addrparse; mod body; mod dateparse; -mod error; mod util; mod header; -- cgit v1.2.3