禁用不需要的struct User

This commit is contained in:
2025-09-27 18:37:40 +08:00
parent 02703de89c
commit ce162bb289

View File

@@ -226,6 +226,7 @@ pub struct WeatherData {
pub wind_speed_suitability: String,
}
/*
#[derive(Debug, Serialize, FromRow)]
pub struct User {
pub id: i32,
@@ -243,3 +244,4 @@ pub struct User {
#[sqlx(rename = "desc")]
pub description: Option<String>,
}
*/