Remove unused imports

This commit is contained in:
Matthias Beyer 2017-08-31 19:28:28 +02:00
parent ec639be3e1
commit 6a8af5ef01

View file

@ -25,16 +25,11 @@ use std::fs::File;
use std::fs::Permissions;
use libimagstore::store::Entry;
use libimagstore::store::FileLockEntry;
use libimagstore::storeid::StoreId;
use libimagstore::storeid::IntoStoreId;
use libimagstore::store::Store;
use libimagerror::into::IntoError;
use toml::Value;
use toml_query::read::TomlValueReadExt;
use toml_query::set::TomlValueSetExt;
use toml_query::insert::TomlValueInsertExt;
use error::RefErrorKind as REK;
use error::MapErrInto;