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