Remove unneeded import

This commit is contained in:
Matthias Beyer 2016-07-08 16:54:05 +02:00
parent 2c93c8b98f
commit d5c6af884b
1 changed files with 0 additions and 1 deletions

View File

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