mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-24 18:10:56 -05:00
fix(dict)!: Dont expose internals
This commit is contained in:
parent
5edf45b39e
commit
4c91f16ae1
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
mod dict_codegen;
|
mod dict_codegen;
|
||||||
|
|
||||||
pub use crate::dict_codegen::*;
|
pub use crate::dict_codegen::WORD_TRIE;
|
||||||
|
|
Loading…
Reference in a new issue