mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-28 12:01:06 -05:00
4 lines
53 B
Rust
4 lines
53 B
Rust
mod dict;
|
|
mod dict_codegen;
|
|
|
|
pub use crate::dict::*;
|