mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-23 17:41:01 -05:00
parent
d01f29c66d
commit
cc96250949
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ fn varcon_words() -> HashSet<UniCase<&'static str>> {
|
||||||
// dictionary
|
// dictionary
|
||||||
varcon::VARCON
|
varcon::VARCON
|
||||||
.iter()
|
.iter()
|
||||||
|
.filter(|c| c.verified)
|
||||||
.flat_map(|c| c.entries.iter())
|
.flat_map(|c| c.entries.iter())
|
||||||
.flat_map(|e| e.variants.iter())
|
.flat_map(|e| e.variants.iter())
|
||||||
.map(|v| UniCase::new(v.word))
|
.map(|v| UniCase::new(v.word))
|
||||||
|
|
Loading…
Reference in a new issue