about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/float_arithmetic.rs
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2023-05-20 15:39:26 +0200
committerPhilipp Krones <hello@philkrones.com>2023-05-20 15:39:26 +0200
commit12cbb6ced8a848d1de68e7f0fe842217b9563ccc (patch)
treec3bbf48a283d582da6730ae6829b6bd1d8defaf1 /src/tools/clippy/tests/ui/float_arithmetic.rs
parent25f084d5e007b9561d155be0b1a2e369c8e4b0ef (diff)
parent435a8ad86c7a33bd7ffb91c59039943408d3b6aa (diff)
downloadrust-12cbb6ced8a848d1de68e7f0fe842217b9563ccc.tar.gz
rust-12cbb6ced8a848d1de68e7f0fe842217b9563ccc.zip
Merge commit '435a8ad86c7a33bd7ffb91c59039943408d3b6aa' into clippyup
Diffstat (limited to 'src/tools/clippy/tests/ui/float_arithmetic.rs')
-rw-r--r--src/tools/clippy/tests/ui/float_arithmetic.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/ui/float_arithmetic.rs b/src/tools/clippy/tests/ui/float_arithmetic.rs
index 60fa7569eb9..a928c35e8bc 100644
--- a/src/tools/clippy/tests/ui/float_arithmetic.rs
+++ b/src/tools/clippy/tests/ui/float_arithmetic.rs
@@ -1,4 +1,4 @@
-#![warn(clippy::integer_arithmetic, clippy::float_arithmetic)]
+#![warn(clippy::arithmetic_side_effects, clippy::float_arithmetic)]
 #![allow(
     unused,
     clippy::shadow_reuse,