summaryrefslogtreecommitdiffstats
path: root/libimagcounter
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-04-16 17:52:51 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-04-16 17:55:12 +0200
commit0524b26fa76bff71b8903050b932505f2ac43a6b (patch)
tree1420beef4906fe7e9fb6b2d0bfbc3dcff3a2fc65 /libimagcounter
parent1d5ed2c3d57f4590792880c6f628b4920b18b089 (diff)
Remove unused imports
Diffstat (limited to 'libimagcounter')
-rw-r--r--libimagcounter/src/counter.rs5
-rw-r--r--libimagcounter/src/error.rs4
2 files changed, 1 insertions, 8 deletions
diff --git a/libimagcounter/src/counter.rs b/libimagcounter/src/counter.rs
index a0103f5e..bea7537e 100644
--- a/libimagcounter/src/counter.rs
+++ b/libimagcounter/src/counter.rs
@@ -1,7 +1,4 @@
-use std::convert::From;
-use std::convert::Into;
use std::ops::DerefMut;
-use std::ops::Deref;
use toml::Value;
@@ -11,8 +8,6 @@ use libimagstore::store::Store;
use libimagstore::storeid::StoreIdIterator;
use libimagstore::store::FileLockEntry;
use libimagstore::storeid::StoreId;
-use libimagstore::error::StoreError;
-use libimagstore::store::Entry;
use libimagstore::storeid::IntoStoreId;
use module_path::ModuleEntryPath;
diff --git a/libimagcounter/src/error.rs b/libimagcounter/src/error.rs
index 78d0cf46..f1c842f7 100644
--- a/libimagcounter/src/error.rs
+++ b/libimagcounter/src/error.rs
@@ -1,9 +1,7 @@
use std::error::Error;
use std::fmt::Error as FmtError;
use std::clone::Clone;
-use std::fmt::{Debug, Display, Formatter};
-use std::fmt;
-use std::convert::From;
+use std::fmt::{Display, Formatter};
/**
* Kind of error