From 52845bfd809332a090fb7941c5fb2478f228e5a2 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 3 Apr 2023 03:16:09 +0000 Subject: fix(context): clippy lints --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index b8b53ed..7d4a80b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -30,10 +30,10 @@ #![doc = include_str!("../README.md")] #![recursion_limit = "128"] +pub mod context; pub mod handler; pub mod module; pub mod response; -pub mod context; pub mod router; pub mod utilities; -- cgit v1.2.3