Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit b0042eb

Browse files
committed
Clippy thinks I have too many bools in my structs
1 parent 04f70aa commit b0042eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/storage-pg/src/oauth2/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ impl<'c> PgOAuth2ClientRepository<'c> {
5454
}
5555

5656
// XXX: response_types & contacts
57+
#[allow(clippy::struct_excessive_bools)]
5758
#[derive(Debug)]
5859
struct OAuth2ClientLookup {
5960
oauth2_client_id: Uuid,

0 commit comments

Comments
 (0)