From 04d66f73d3cdca5885b7c9da6904853725943484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=BF=90=E5=AE=B6?= Date: Sat, 12 Oct 2024 09:59:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E7=A9=BA=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/src/lib.rs | 1 - library/src/router.rs | 0 2 files changed, 1 deletion(-) delete mode 100644 library/src/router.rs diff --git a/library/src/lib.rs b/library/src/lib.rs index b3c54a5..d3d5a4f 100644 --- a/library/src/lib.rs +++ b/library/src/lib.rs @@ -9,6 +9,5 @@ pub mod context; pub mod task; pub mod utils; pub mod extractor; -pub mod router; pub mod typed_router; pub mod cache; \ No newline at end of file diff --git a/library/src/router.rs b/library/src/router.rs deleted file mode 100644 index e69de29..0000000