mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
[rust]: fix some unuse warniings
This commit is contained in:
@ -17,6 +17,7 @@ use std::{
|
||||
|
||||
#[derive(Clone, Debug, Derivative)]
|
||||
pub struct EventRequest {
|
||||
#[allow(dead_code)]
|
||||
pub(crate) id: String,
|
||||
pub(crate) event: Event,
|
||||
#[derivative(Debug = "ignore")]
|
||||
|
@ -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,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user