feat: Update validator to v0.17.0 and refactor argument-based validation using validator
This commit is contained in:
@@ -114,7 +114,7 @@ impl<T: TypedPath + Display> TypedPath for Valid<T> {
|
||||
}
|
||||
|
||||
#[cfg(feature = "validator")]
|
||||
impl<T: TypedPath + Display, A> TypedPath for ValidEx<T, A> {
|
||||
impl<T: TypedPath + Display> TypedPath for ValidEx<T> {
|
||||
const PATH: &'static str = T::PATH;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user