summaryrefslogtreecommitdiffstats
path: root/libimagbookmark
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-08 16:21:24 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-08 16:21:24 +0200
commit22e07d171b8bfc5a005c7c67804a3db6daa1cd60 (patch)
tree9fcfd36f91c4025e7817691b4e7d5ff6bee88769 /libimagbookmark
parent3b485febe490eec2043ec52d13b63a86d9e2f47c (diff)
fixup! Add depenndency: regex
Diffstat (limited to 'libimagbookmark')
-rw-r--r--libimagbookmark/src/collection.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/libimagbookmark/src/collection.rs b/libimagbookmark/src/collection.rs
index b0ed38de..a6e29ee0 100644
--- a/libimagbookmark/src/collection.rs
+++ b/libimagbookmark/src/collection.rs
@@ -7,6 +7,8 @@
use std::ops::Deref;
use std::ops::DerefMut;
+use regex::Regex;
+
use error::BookmarkError as BE;
use error::BookmarkErrorKind as BEK;
use error::MapErrInto;