Skip to content

Commit 36030a8

Browse files
Update library/core/src/num/nonzero.rs
Co-authored-by: Carolyn Zech <[email protected]>
1 parent 5f13ef4 commit 36030a8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/core/src/num/nonzero.rs

-2
Original file line numberDiff line numberDiff line change
@@ -2950,8 +2950,6 @@ mod verify {
29502950
check_mul_unchecked_small!(u8, NonZeroU8, nonzero_check_mul_for_u8);
29512951
check_mul_unchecked_small!(u16, NonZeroU16, nonzero_check_mul_for_u16);
29522952

2953-
//check_mul_unchecked_large!(i16, NonZeroU16, nonzero_check_mul_for_u16);
2954-
29552953
macro_rules! nonzero_check_add {
29562954
($t:ty, $nonzero_type:ty, $nonzero_check_unchecked_add_for:ident) => {
29572955
#[kani::proof_for_contract(<$t>::unchecked_add)]

0 commit comments

Comments
 (0)