remove arithmetic-side-effects lint, unnecessarily strict for this project

This commit is contained in:
Schrottkatze 2023-11-20 10:31:07 +01:00
parent a896e66cca
commit 6af2c7c02c

View file

@ -41,5 +41,4 @@ expect_used = "allow"
# must be allowed with clearly documented reasons # must be allowed with clearly documented reasons
indexing_slicing = "warn" indexing_slicing = "warn"
arithmetic_side_effects = "warn"