Remove unused imports

This commit is contained in:
Matthias Beyer 2016-01-05 16:29:40 +01:00
parent a7603b1594
commit 4036e31b35
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,6 @@ use regex::Regex;
use storage::file::File;
use storage::file::hash::FileHash;
use storage::json::parser::JsonHeaderParser;
use storage::parser::FileHeaderParser;
use storage::parser::Parser;
pub trait CliFileFilter {