From 04e42b6ba64c3387939f9cad8ae4a3bc7c201ab6 Mon Sep 17 00:00:00 2001 From: gengteng Date: Sun, 8 Oct 2023 19:18:23 +0800 Subject: [PATCH] fix: make validator pub --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 28d5fbb..ffef128 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -22,7 +22,7 @@ pub mod typed_header; #[cfg(feature = "typed_multipart")] pub mod typed_multipart; #[cfg(feature = "validator")] -mod validator; +pub mod validator; #[cfg(feature = "yaml")] pub mod yaml;