From 7cc9d820f65476c4e5cacae8fc5d887c38295687 Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 27 May 2024 21:20:12 +0200 Subject: [PATCH] chore: pub errors so it wont complain --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 3a8e12a..9cef534 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,7 +2,7 @@ mod server; mod model; mod routes; -mod errors; +pub mod errors; mod config; #[cfg(feature = "cli")]