Remove unused import

This commit is contained in:
Matthias Beyer 2016-04-17 20:50:54 +02:00
parent 99e1e41aad
commit 04b59e789f
3 changed files with 0 additions and 3 deletions

View file

@ -3,7 +3,6 @@ use toml::Value;
use libimagstore::store::Entry;
use builtin::header::field_path::FieldPath;
use filter::Filter;
pub struct VersionEq {

View file

@ -3,7 +3,6 @@ use toml::Value;
use libimagstore::store::Entry;
use builtin::header::field_path::FieldPath;
use filter::Filter;
pub struct VersionGt {

View file

@ -3,7 +3,6 @@ use toml::Value;
use libimagstore::store::Entry;
use builtin::header::field_path::FieldPath;
use filter::Filter;
pub struct VersionLt {