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,