移除未使用的错误响应结构体

This commit is contained in:
fish
2026-04-13 20:47:43 +08:00
parent 581e736f1b
commit 124dbd019a

View File

@@ -34,11 +34,6 @@ struct RegisterResponse {
message: String, message: String,
} }
#[derive(Serialize)]
struct ErrorResponse {
error: String,
}
#[tokio::main] #[tokio::main]
async fn main() { async fn main() {
tracing_subscriber::fmt::init(); tracing_subscriber::fmt::init();