From 0e2d440489cf7fd6397196294ac0c03714afcde3 Mon Sep 17 00:00:00 2001 From: Xiretza Date: Thu, 15 Feb 2024 18:34:43 +0000 Subject: [PATCH] Silence clippy --- src/db.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/db.rs b/src/db.rs index 1e75c43..66c97ab 100644 --- a/src/db.rs +++ b/src/db.rs @@ -98,6 +98,7 @@ impl Database for SqliteDatabase { .fetch_optional(&mut self.conn) .await?; + #[allow(clippy::match_bool)] Ok(row.map( |TokenRow { token,