Dogfood
This commit is contained in:
parent
2faa43c8b4
commit
d802ab28de
@ -121,7 +121,7 @@ impl ArithmeticSideEffects {
|
|||||||
if match_type(cx, lhs_ty, SATURATING) || match_type(cx, lhs_ty, WRAPPING) {
|
if match_type(cx, lhs_ty, SATURATING) || match_type(cx, lhs_ty, WRAPPING) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
false
|
||||||
}
|
}
|
||||||
|
|
||||||
// For example, 8i32 or &i64::MAX.
|
// For example, 8i32 or &i64::MAX.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user