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,