mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
49a0eaab7b
Previously all the dictionary cleanup logic was in the function: fn generate<W: std::io::Write>(file: &mut W, dict: &[u8]) which parsed the provided buffer as CSV and also took care of writing the processed dictionary back as CSV. This commit factors out the CSV handling, leaving a `process` function behind so that it can be easily tested in the following commit. |
||
---|---|---|
.. | ||
codegen.rs | ||
verify.rs |