Apply suggestions from code review
Co-authored-by: Kévin Commaille <76261501+zecakeh@users.noreply.github.com>
This commit is contained in:
@@ -367,7 +367,7 @@ impl<'a, T> Contains<'a, T> {
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy, Error)]
|
||||
#[error("OneOrMany doesn't contains value")]
|
||||
#[error("OneOrMany doesn't contain value")]
|
||||
pub struct ContainsError;
|
||||
|
||||
impl<'a, T> Validator<OneOrMany<T>> for Contains<'a, T>
|
||||
|
||||
Reference in New Issue
Block a user