fixup! Add depenndency: regex

This commit is contained in:
Matthias Beyer 2016-07-08 16:21:24 +02:00
parent 3b485febe4
commit 22e07d171b
1 changed files with 2 additions and 0 deletions

View File

@ -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;