fix: make validator pub

This commit is contained in:
gengteng
2023-10-08 19:18:23 +08:00
parent 2b9597cf49
commit 04e42b6ba6

View File

@@ -22,7 +22,7 @@ pub mod typed_header;
#[cfg(feature = "typed_multipart")] #[cfg(feature = "typed_multipart")]
pub mod typed_multipart; pub mod typed_multipart;
#[cfg(feature = "validator")] #[cfg(feature = "validator")]
mod validator; pub mod validator;
#[cfg(feature = "yaml")] #[cfg(feature = "yaml")]
pub mod yaml; pub mod yaml;