From e5f262335adda1289a2995c70b74fa282e8fc4e7 Mon Sep 17 00:00:00 2001 From: Lijun Wang <83639177+lijunwangs@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:53:32 -0700 Subject: [PATCH] clippy attributes --- tests/test_postgres_plugin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_postgres_plugin.rs b/tests/test_postgres_plugin.rs index ec6df01..f9c04a9 100644 --- a/tests/test_postgres_plugin.rs +++ b/tests/test_postgres_plugin.rs @@ -1,4 +1,4 @@ -#![allow(clippy::integer_arithmetic)] +#![allow(clippy::arithmetic_side_effects)] use serde_json::json;