1
0
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:
Quentin Gliech
2022-12-01 14:18:20 +01:00
parent 0ca4366f75
commit 68b477cae1

View File

@ -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>