Remove import of failure crate since it's no longer in use

This commit is contained in:
Bruce Leidl 2020-08-03 19:59:36 -04:00
parent fe6421ee49
commit 904765ae4f

View File

@ -1,5 +1,4 @@
#[macro_use] extern crate libcitadel; #[macro_use] extern crate libcitadel;
#[macro_use] extern crate failure;
#[macro_use] extern crate serde_derive; #[macro_use] extern crate serde_derive;
#[macro_use] extern crate lazy_static; #[macro_use] extern crate lazy_static;