about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/integer_arithmetic.rs
diff options
context:
space:
mode:
authorflip1995 <philipp.krones@embecosm.com>2021-10-07 11:21:30 +0200
committerflip1995 <philipp.krones@embecosm.com>2021-10-07 11:21:30 +0200
commit333a06af42b62b942aeddc23e359072272fe8785 (patch)
tree153f40c73eea3fab6e5e3a945b12b0f19545ecc9 /src/tools/clippy/tests/ui/integer_arithmetic.rs
parentd3e6770efbd76c4ad1e17468895b538a2efec4bd (diff)
parentb7f3f7f6082679da2da9a0b3faf1b5adef3afd3b (diff)
downloadrust-333a06af42b62b942aeddc23e359072272fe8785.tar.gz
rust-333a06af42b62b942aeddc23e359072272fe8785.zip
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
Diffstat (limited to 'src/tools/clippy/tests/ui/integer_arithmetic.rs')
-rw-r--r--src/tools/clippy/tests/ui/integer_arithmetic.rs9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/tools/clippy/tests/ui/integer_arithmetic.rs b/src/tools/clippy/tests/ui/integer_arithmetic.rs
index b74c93dc4a6..67f24b4548a 100644
--- a/src/tools/clippy/tests/ui/integer_arithmetic.rs
+++ b/src/tools/clippy/tests/ui/integer_arithmetic.rs
@@ -1,12 +1,5 @@
 #![warn(clippy::integer_arithmetic, clippy::float_arithmetic)]
-#![allow(
-    unused,
-    clippy::shadow_reuse,
-    clippy::shadow_unrelated,
-    clippy::no_effect,
-    clippy::unnecessary_operation,
-    clippy::op_ref
-)]
+#![allow(clippy::no_effect, clippy::unnecessary_operation, clippy::op_ref)]
 
 #[rustfmt::skip]
 fn main() {