mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-09-01 12:54:44 +00:00
chore: clippy
This commit is contained in:
parent
c2b194b1d2
commit
924df56d28
@ -1836,6 +1836,7 @@ struct DatabaseViewOperationImpl {
|
||||
task_scheduler: Arc<TokioRwLock<TaskDispatcher>>,
|
||||
cell_cache: CellCache,
|
||||
editor_by_view_id: Arc<RwLock<EditorByViewId>>,
|
||||
#[allow(dead_code)]
|
||||
database_cancellation: Arc<RwLock<Option<CancellationToken>>>,
|
||||
}
|
||||
|
||||
|
@ -5,7 +5,6 @@ use std::sync::Arc;
|
||||
use collab_database::fields::{Field, TypeOptionData};
|
||||
use collab_database::rows::{Cells, Row, RowId};
|
||||
use flowy_error::{FlowyError, FlowyResult};
|
||||
use futures::executor::block_on;
|
||||
use serde::de::DeserializeOwned;
|
||||
use serde::Serialize;
|
||||
use tracing::trace;
|
||||
|
@ -5,7 +5,6 @@ use async_trait::async_trait;
|
||||
use collab_database::fields::Field;
|
||||
use collab_database::rows::{Cell, Row, RowId};
|
||||
use flowy_error::FlowyResult;
|
||||
use tracing::trace;
|
||||
|
||||
use crate::entities::FieldType;
|
||||
use crate::services::field::TypeOption;
|
||||
|
Loading…
x
Reference in New Issue
Block a user