fix(vars): Drop unverified entries

This commit is contained in:
Ed Page 2024-08-23 14:03:04 -05:00
parent 21281cc0ae
commit 17b4d0267e
2 changed files with 7730 additions and 133656 deletions

File diff suppressed because it is too large Load diff

View file

@ -166,6 +166,7 @@ fn is_always_invalid(data: &[(&str, varcon::CategorySet)]) -> bool {
fn entries() -> BTreeMap<String, varcon_core::Entry> {
varcon::VARCON
.iter()
.filter(|c| c.verified)
.flat_map(|c| c.entries.iter())
.filter(|e| {
e.variants