Fix: unused import
This commit is contained in:
parent
06ea949e65
commit
469ff607eb
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@ use std::fmt;
|
|||
use super::parser::FileHeaderParser;
|
||||
use storage::file_id::*;
|
||||
|
||||
use std::fs::File as FSFile;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum FileHeaderSpec {
|
||||
Null,
|
||||
|
|
Loading…
Reference in a new issue