mirror of
https://github.com/crate-ci/typos.git
synced 2024-12-25 00:52:08 -05:00
ab4a5bbdaf
The goal is to be as accepting and unobtrusive to new code bases as possible. To this end, we correct typos into the closest english dialect. If someone wants to opt-in, they can have typos correct to a specific english dialect. Fixes #52 Fixes #22
6 lines
117 B
Rust
6 lines
117 B
Rust
mod vars_codegen;
|
|
|
|
pub use crate::vars_codegen::*;
|
|
|
|
pub use varcon_core::Category;
|
|
pub use varcon_core::CategorySet;
|