This website works better with JavaScript
Home
Explore
Help
Sign In
hugh
/
AppFlowy
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
chore: fix renmae crate error
appflowy
2 years ago
parent
dfb6ff7d04
commit
b6913a215e
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
shared-lib/lib-ot/src/lib.rs
+ 1
- 1
shared-lib/lib-ot/src/lib.rs
View File
@@ -1,4 +1,4 @@
+pub mod codec;
pub mod core;
pub mod errors;
-pub mod parser;
pub mod rich_text;