mirror of
https://github.com/crate-ci/typos.git
synced 2025-01-26 08:28:59 -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
|
||||
varcon::VARCON
|
||||
.iter()
|
||||
.filter(|c| c.verified)
|
||||
.flat_map(|c| c.entries.iter())
|
||||
.flat_map(|e| e.variants.iter())
|
||||
.map(|v| UniCase::new(v.word))
|
||||
|
|
Loading…
Add table
Reference in a new issue