Thomas 1 year ago
parent
commit
a292d174d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/variants.rs

+ 1 - 1
src/variants.rs

@@ -913,7 +913,7 @@ impl Variants {
     }
 }
 
-#[derive(Debug, Serialize)]
+#[derive(Debug, Clone, Serialize)]
 pub struct Stat {
     name: String,
     counts: HashMap<String, u32>,