summaryrefslogtreecommitdiffstats
path: root/libimagbookmark
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-08 16:54:05 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-08 16:54:05 +0200
commitd5c6af884b133f7fdf3affe89a0eb64bce9f21f9 (patch)
tree9185dd850e16e289debb44e695998a7e1f31f405 /libimagbookmark
parent2c93c8b98f64b3c0df19272752b685d225a31d95 (diff)
Remove unneeded import
Diffstat (limited to 'libimagbookmark')
-rw-r--r--libimagbookmark/src/collection.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/libimagbookmark/src/collection.rs b/libimagbookmark/src/collection.rs
index f5b0e4d4..ae9f66e2 100644
--- a/libimagbookmark/src/collection.rs
+++ b/libimagbookmark/src/collection.rs
@@ -9,7 +9,6 @@ use std::ops::DerefMut;
use regex::Regex;
-use error::BookmarkError as BE;
use error::BookmarkErrorKind as BEK;
use error::MapErrInto;
use result::Result;