From 6a8af5ef01282d65648c350c2c9ef339cbe7dc1a Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 31 Aug 2017 19:28:28 +0200 Subject: [PATCH] Remove unused imports --- lib/entry/libimagentryref/src/reference.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/entry/libimagentryref/src/reference.rs b/lib/entry/libimagentryref/src/reference.rs index 07ba742e..3dd196ba 100644 --- a/lib/entry/libimagentryref/src/reference.rs +++ b/lib/entry/libimagentryref/src/reference.rs @@ -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;