bookmarks: Remove unused use of error::Error.

Emmanuel Gil Peyrot created

Change summary

src/bookmarks.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

src/bookmarks.rs 🔗

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