From 1ac9db3f84f92b3edddce6518bf270c95961a743 Mon Sep 17 00:00:00 2001 From: Milky0217 Date: Sat, 27 Sep 2025 18:41:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=BA=86=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index a53307c..ee2dff4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,5 @@ use actix_web::middleware::from_fn; -use actix_web::{App, HttpResponse, HttpServer, Responder, Result, delete, get, post, web}; +use actix_web::{App, HttpResponse, HttpServer, Responder, delete, get, post, web}; use reqwest::Client; use sqlx::postgres::PgPool; mod auth;