Skip to content

Commit

Permalink
Make YamlStandardData clonable
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanDenisVIDOT committed Oct 19, 2015
1 parent 2dfe7a2 commit f1deaa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constructor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub trait YamlConstructor<T, E> {
}
}

#[derive(PartialEq, Debug)]
#[derive(PartialEq, Clone, Debug)]
pub enum YamlStandardData {
YamlInteger(isize),
YamlFloat(f64),
Expand Down

0 comments on commit f1deaa0

Please sign in to comment.