From c9b502492b8a39eaaa0bf9a5b45c1109bba43996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=BF=90=E5=AE=B6?= Date: Thu, 26 Sep 2024 17:41:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8=E7=9A=84us?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/tasks/google_tasks.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/src/tasks/google_tasks.rs b/server/src/tasks/google_tasks.rs index 871dd1f..45b0599 100644 --- a/server/src/tasks/google_tasks.rs +++ b/server/src/tasks/google_tasks.rs @@ -1,7 +1,3 @@ -use std::fmt::Result; - -use tokio_cron_scheduler::{Job, JobSchedulerError}; - pub fn xxx_task() { tracing::info!("定时任务执行中"); } \ No newline at end of file