Thomas 1 år sedan
förälder
incheckning
a9e2b69e60
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/variants.rs

+ 1 - 1
src/variants.rs

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