Thomas 1 年之前
父節點
當前提交
a9e2b69e60
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/variants.rs

+ 1 - 1
src/variants.rs

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