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;