diff options
| author | xFrednet <xFrednet@gmail.com> | 2021-04-01 18:30:47 +0200 |
|---|---|---|
| committer | xFrednet <xFrednet@gmail.com> | 2021-04-05 13:35:51 +0200 |
| commit | a6f54f5dfdfdf0017ffecfbcd6f43352b8b71ca1 (patch) | |
| tree | 2ddb446dad2a9f74f64844a0de370fbe1f7563be /tests/ui/default_numeric_fallback.rs | |
| parent | 7c9e192e055f8b8a8a5f8b177c415440bc2333ce (diff) | |
| download | rust-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.rs | 2 |
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() { |
