1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Clippy thinks I have too many bools in my structs

This commit is contained in:
Quentin Gliech
2023-12-08 17:40:42 +01:00
parent 04f70aa168
commit b0042eb0c3

View File

@@ -54,6 +54,7 @@ impl<'c> PgOAuth2ClientRepository<'c> {
}
// XXX: response_types & contacts
#[allow(clippy::struct_excessive_bools)]
#[derive(Debug)]
struct OAuth2ClientLookup {
oauth2_client_id: Uuid,