Add missing Clone for FileHeaderSpec
This commit is contained in:
parent
04443b34bf
commit
e025cf8835
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ use storage::file_id::*;
|
||||||
use regex::Regex;
|
use regex::Regex;
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
|
#[derive(Clone)]
|
||||||
pub enum FileHeaderSpec {
|
pub enum FileHeaderSpec {
|
||||||
Null,
|
Null,
|
||||||
Bool,
|
Bool,
|
||||||
|
|
Loading…
Reference in a new issue