cargo clippy

This commit is contained in:
weisd
2024-11-04 09:08:21 +08:00
parent 2aba454318
commit 69e19fe8ab
15 changed files with 212 additions and 178 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ use tokio::{
use tokio_stream::wrappers::ReceiverStream;
use tonic::{service::interceptor::InterceptedService, transport::Channel, Request, Status, Streaming};
use tracing::info;
use tracing::{error, warn};
use tracing::warn;
use uuid::Uuid;
pub type DiskStore = Arc<Box<dyn DiskAPI>>;