From f6e03c804e21dff0f1c73f8658288d3a4e5b0ce7 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 29 Jan 2016 23:06:15 +0100 Subject: [PATCH] store/store: Remove unused imports --- libimagstore/src/store.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/libimagstore/src/store.rs b/libimagstore/src/store.rs index bd9999bc..626c0f8d 100644 --- a/libimagstore/src/store.rs +++ b/libimagstore/src/store.rs @@ -5,11 +5,9 @@ use std::path::PathBuf; use std::result::Result as RResult; use std::sync::Arc; use std::sync::RwLock; -use std::error::Error; use std::collections::BTreeMap; use std::io::{Seek, SeekFrom}; -use fs2::FileExt; use toml::{Table, Value}; use regex::Regex;