fix wanrings

This commit is contained in:
appflowy
2021-12-04 23:54:14 +08:00
parent 31efacb274
commit ce8805aff8
35 changed files with 179 additions and 104 deletions

View File

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

View File

@ -1,3 +1,4 @@
#![cfg_attr(rustfmt, rustfmt::skip)]
// Auto-generated, do not edit
mod ffi_response;