Remove unused import

This commit is contained in:
Matthias Beyer 2016-01-05 16:57:21 +01:00
parent 270466ab3a
commit afd80b39c6
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ mod test {
// we use the JSON parser here, so we can generate FileHeaderData
use storage::json::parser::JsonHeaderParser;
use storage::file::header::match_header_spec;
use storage::parser::{FileHeaderParser, ParserError};
use storage::parser::FileHeaderParser;
use storage::file::header::data::FileHeaderData as FHD;
use storage::file::header::spec::FileHeaderSpec as FHS;