mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 15:17:28 -04:00
[rust]: fix some unuse warniings
This commit is contained in:
parent
7b47fb5c7f
commit
ce126fe08d
3 changed files with 6 additions and 0 deletions
|
@ -101,6 +101,7 @@ pub struct DatabaseCustomizerConfig {
|
|||
pub(crate) journal_mode: SQLiteJournalMode,
|
||||
pub(crate) synchronous: SQLiteSynchronous,
|
||||
pub(crate) busy_timeout: i32,
|
||||
#[allow(dead_code)]
|
||||
pub(crate) secure_delete: bool,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue