Skip to content

Commit 0cd04d0

Browse files
committed
clippy
1 parent 7b28c91 commit 0cd04d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

document_manager/src/endpoints/filter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use actix_web::http::StatusCode;
33
use actix_web_lab::extract as exlab;
44
use log::info;
55
use serde::{Deserialize, Serialize};
6-
use utoipa::{IntoParams, IntoResponses, ToSchema};
6+
use utoipa::{IntoParams, ToSchema};
77
use uuid::Uuid;
88

99
use crate::config::DbPool;

0 commit comments

Comments
 (0)