fix generate pb bugs

This commit is contained in:
appflowy
2021-12-21 13:42:58 +08:00
parent d9421f70a0
commit adce96f15b
19 changed files with 86 additions and 159 deletions

View File

@ -1,4 +0,0 @@
#![cfg_attr(rustfmt, rustfmt::skip)]
// Auto-generated, do not edit
mod model;
pub use model::*;

View File

@ -1,8 +0,0 @@
#![cfg_attr(rustfmt, rustfmt::skip)]
// Auto-generated, do not edit
mod ffi_response;
pub use ffi_response::*;
mod ffi_request;
pub use ffi_request::*;