Thomas vor 1 Jahr
Ursprung
Commit
2cc93825d6
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/variants.rs

+ 1 - 1
src/variants.rs

@@ -436,7 +436,7 @@ impl Variants {
                 if e.annotations
                     .iter()
                     .filter(|e| match e {
-                        AnnotationType::VariantCategory(vc) => vc == cat,
+                        AnnotationType::VariantCategory(vc) => *vc == cat,
                         _ => false,
                     })
                     .count()