This commit is contained in:
Caio 2023-08-24 13:34:36 -03:00
parent 2faa43c8b4
commit d802ab28de

View File

@ -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.