@@ -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()