fixup! Add depenndency: regex
This commit is contained in:
parent
3b485febe4
commit
22e07d171b
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
||||||
use std::ops::Deref;
|
use std::ops::Deref;
|
||||||
use std::ops::DerefMut;
|
use std::ops::DerefMut;
|
||||||
|
|
||||||
|
use regex::Regex;
|
||||||
|
|
||||||
use error::BookmarkError as BE;
|
use error::BookmarkError as BE;
|
||||||
use error::BookmarkErrorKind as BEK;
|
use error::BookmarkErrorKind as BEK;
|
||||||
use error::MapErrInto;
|
use error::MapErrInto;
|
||||||
|
|
Loading…
Reference in a new issue