From 3026e341f871ffdaa7b6a69703ca63eef2b67fd7 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 3 Apr 2023 03:05:27 +0000 Subject: refactor(returnable): seperate contexts --- 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 642182c..b8b53ed 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -33,7 +33,7 @@ pub mod handler; pub mod module; pub mod response; -pub mod returnable; +pub mod context; pub mod router; pub mod utilities; -- cgit v1.2.3