Make CmpValues Clone (#1439)

This commit is contained in:
Rowan Hart 2023-08-21 13:11:11 -07:00 committed by GitHub
parent 6e5d102673
commit a14363f1fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ use crate::{
}; };
/// Compare values collected during a run /// Compare values collected during a run
#[derive(Eq, PartialEq, Debug, Serialize, Deserialize)] #[derive(Eq, PartialEq, Debug, Serialize, Deserialize, Clone)]
pub enum CmpValues { pub enum CmpValues {
/// Two u8 values /// Two u8 values
U8((u8, u8)), U8((u8, u8)),