From 904765ae4f2591c7dcc045d6d7451d0953a39c98 Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Mon, 3 Aug 2020 19:59:36 -0400 Subject: [PATCH] Remove import of failure crate since it's no longer in use --- citadel-tool/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/citadel-tool/src/main.rs b/citadel-tool/src/main.rs index 706a388..c0a7231 100644 --- a/citadel-tool/src/main.rs +++ b/citadel-tool/src/main.rs @@ -1,5 +1,4 @@ #[macro_use] extern crate libcitadel; -#[macro_use] extern crate failure; #[macro_use] extern crate serde_derive; #[macro_use] extern crate lazy_static;