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,