فهرست منبع

utoipa variant

Thomas 1 سال پیش
والد
کامیت
db8bd9cfec
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      src/callers/clairs.rs

+ 0 - 1
src/callers/clairs.rs

@@ -2,7 +2,6 @@ use serde::{Deserialize, Serialize};
 use utoipa::ToSchema;
 use std::str::FromStr;
 
-#[derive(ToSchema)]
 pub type ClairSInfo = String;
 
 #[derive(Debug, Serialize, Deserialize, PartialEq, Clone, ToSchema)]