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