From cdf653cfccd867d929618567b7c4bb762d0fff28 Mon Sep 17 00:00:00 2001 From: Lijun Wang <83639177+lijunwangs@users.noreply.github.com> Date: Tue, 17 Oct 2023 16:31:10 -0700 Subject: [PATCH] try to lock the dependency version --- src/postgres_client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/postgres_client.rs b/src/postgres_client.rs index 43f1e50..c529631 100644 --- a/src/postgres_client.rs +++ b/src/postgres_client.rs @@ -1,4 +1,4 @@ -#![allow(clippy::integer_arithmetic)] +#![allow(clippy::arithmetic_side_effects)] mod postgres_client_account_index; mod postgres_client_block_metadata;