Browse Source

chore: fix renmae crate error

appflowy 2 years ago
parent
commit
b6913a215e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      shared-lib/lib-ot/src/lib.rs

+ 1 - 1
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;