From 6af2c7c02c39743c8c08dcfef9b6f49ddb47a79c Mon Sep 17 00:00:00 2001 From: Schrottkatze Date: Mon, 20 Nov 2023 10:31:07 +0100 Subject: [PATCH] remove arithmetic-side-effects lint, unnecessarily strict for this project --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d32042..72c190b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,5 +41,4 @@ expect_used = "allow" # must be allowed with clearly documented reasons indexing_slicing = "warn" -arithmetic_side_effects = "warn"