bookmarks: Remove unused use of error::Error.

This commit is contained in:
Emmanuel Gil Peyrot 2018-07-31 22:36:02 +02:00
commit bc6c87b534

View file

@ -74,7 +74,6 @@ mod tests {
use super::*;
use try_from::TryFrom;
use minidom::Element;
use error::Error;
use compare_elements::NamespaceAwareCompare;
#[test]