Add missing Clone for FileHeaderSpec

This commit is contained in:
Matthias Beyer 2015-12-03 12:09:13 +01:00
parent 04443b34bf
commit e025cf8835

View file

@ -9,6 +9,7 @@ use storage::file_id::*;
use regex::Regex;
#[derive(Debug)]
#[derive(Clone)]
pub enum FileHeaderSpec {
Null,
Bool,