From b6913a215ed374a844b1146eb0586de0ac3f69a7 Mon Sep 17 00:00:00 2001 From: appflowy Date: Wed, 3 Aug 2022 08:41:13 +0800 Subject: [PATCH] chore: fix renmae crate error --- shared-lib/lib-ot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared-lib/lib-ot/src/lib.rs b/shared-lib/lib-ot/src/lib.rs index 93e2e8857c..df314d667e 100644 --- a/shared-lib/lib-ot/src/lib.rs +++ b/shared-lib/lib-ot/src/lib.rs @@ -1,4 +1,4 @@ +pub mod codec; pub mod core; pub mod errors; -pub mod parser; pub mod rich_text;