Thomas hace 1 año
padre
commit
fb1b5de66d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/variants.rs

+ 1 - 1
src/variants.rs

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