fix: make validator pub
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user