Remove failure.

This commit is contained in:
Emmanuel Gil Peyrot 2019-09-05 20:06:17 +02:00
commit b4035d1227
3 changed files with 19 additions and 15 deletions

View file

@ -65,8 +65,6 @@
//! ```
extern crate quick_xml;
extern crate failure;
#[macro_use] extern crate failure_derive;
pub mod error;
pub mod element;