about summary refs log tree commit diff
path: root/tests/ui/default_numeric_fallback.rs
diff options
context:
space:
mode:
authorxFrednet <xFrednet@gmail.com>2021-04-01 18:30:47 +0200
committerxFrednet <xFrednet@gmail.com>2021-04-05 13:35:51 +0200
commita6f54f5dfdfdf0017ffecfbcd6f43352b8b71ca1 (patch)
tree2ddb446dad2a9f74f64844a0de370fbe1f7563be /tests/ui/default_numeric_fallback.rs
parent7c9e192e055f8b8a8a5f8b177c415440bc2333ce (diff)
downloadrust-a6f54f5dfdfdf0017ffecfbcd6f43352b8b71ca1.tar.gz
rust-a6f54f5dfdfdf0017ffecfbcd6f43352b8b71ca1.zip
Renaming the lint to branches_sharing_code and fixing typos
Diffstat (limited to 'tests/ui/default_numeric_fallback.rs')
-rw-r--r--tests/ui/default_numeric_fallback.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/default_numeric_fallback.rs b/tests/ui/default_numeric_fallback.rs
index de89f806c58..43468872db0 100644
--- a/tests/ui/default_numeric_fallback.rs
+++ b/tests/ui/default_numeric_fallback.rs
@@ -3,7 +3,7 @@
 #![allow(clippy::never_loop)]
 #![allow(clippy::no_effect)]
 #![allow(clippy::unnecessary_operation)]
-#![allow(clippy::shared_code_in_if_blocks)]
+#![allow(clippy::branches_sharing_code)]
 
 mod basic_expr {
     fn test() {