You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +03:00
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