From d1a4262fd0d9fce91172266fb1bf7de2523eead9 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Wed, 12 Oct 2022 18:44:03 +0200 Subject: [PATCH] Fix clippy warning --- crates/storage/src/compat.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/storage/src/compat.rs b/crates/storage/src/compat.rs index 5aa32a43..f315d34c 100644 --- a/crates/storage/src/compat.rs +++ b/crates/storage/src/compat.rs @@ -186,6 +186,7 @@ impl CompatRefreshTokenLookupError { } #[tracing::instrument(skip_all, err)] +#[allow(clippy::type_complexity)] pub async fn lookup_active_compat_refresh_token( executor: impl PgExecutor<'_>, token: &str,