Skip to content

Commit 4c91f16

Browse files
committed
fix(dict)!: Dont expose internals
1 parent 5edf45b commit 4c91f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/typos-dict/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
mod dict_codegen;
22

3-
pub use crate::dict_codegen::*;
3+
pub use crate::dict_codegen::WORD_TRIE;

0 commit comments

Comments
 (0)