This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2025-08-17 21:31:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
AppFlowy
/
frontend
/
rust-lib
/
lib-dispatch
/
src
/
errors
/
mod.rs
5 lines
68 B
Rust
Raw
Normal View
History
Unescape
Escape
fix clippy warnings
2021-11-27 19:19:41 +08:00
#![
allow(clippy::module_inception)
]
save user info to database after sign up
2021-07-10 16:27:20 +08:00
mod
errors
;
pub
use
errors
::
*
;
Reference in New Issue
Copy Permalink