Skip to content

Commit d802ab2

Browse files
committed
Dogfood
1 parent 2faa43c commit d802ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/operators/arithmetic_side_effects.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ impl ArithmeticSideEffects {
121121
if match_type(cx, lhs_ty, SATURATING) || match_type(cx, lhs_ty, WRAPPING) {
122122
return true;
123123
}
124-
return false;
124+
false
125125
}
126126

127127
// For example, 8i32 or &i64::MAX.

0 commit comments

Comments
 (0)