From 4c91f16ae119572357c4b03b2417f81c6f30dab5 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 25 Sep 2023 12:11:43 -0500 Subject: [PATCH] fix(dict)!: Dont expose internals --- crates/typos-dict/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typos-dict/src/lib.rs b/crates/typos-dict/src/lib.rs index 4619424..9f5d62a 100644 --- a/crates/typos-dict/src/lib.rs +++ b/crates/typos-dict/src/lib.rs @@ -1,3 +1,3 @@ mod dict_codegen; -pub use crate::dict_codegen::*; +pub use crate::dict_codegen::WORD_TRIE;