mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-03-07 16:57:17 +00:00
Dogfood
This commit is contained in:
parent
2faa43c8b4
commit
d802ab28de
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ impl ArithmeticSideEffects {
|
|||
if match_type(cx, lhs_ty, SATURATING) || match_type(cx, lhs_ty, WRAPPING) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
false
|
||||
}
|
||||
|
||||
// For example, 8i32 or &i64::MAX.
|
||||
|
|
Loading…
Add table
Reference in a new issue