You've already forked authentication-service
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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user