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