File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2420,7 +2420,7 @@ mod verify {
2420
2420
nonzero_check ! ( i8 , core:: num:: NonZeroI8 , nonzero_check_new_unchecked_for_i8) ;
2421
2421
nonzero_check ! ( i16 , core:: num:: NonZeroI16 , nonzero_check_new_unchecked_for_16) ;
2422
2422
nonzero_check ! ( i32 , core:: num:: NonZeroI32 , nonzero_check_new_unchecked_for_32) ;
2423
- nonzero_check ! ( i64 , core:: num:: NonZeroI64 , nonzero_check_new_unchecked_for_64) ;
2423
+ nonzero_check ! ( i64 , core:: num:: NonZeroI64 , nonzero_check_new_unchecked_for_64) ;
2424
2424
nonzero_check ! ( i128 , core:: num:: NonZeroI128 , nonzero_check_new_unchecked_for_128) ;
2425
2425
nonzero_check ! ( isize , core:: num:: NonZeroIsize , nonzero_check_new_unchecked_for_isize) ;
2426
2426
nonzero_check ! ( u8 , core:: num:: NonZeroU8 , nonzero_check_new_unchecked_for_u8) ;
You can’t perform that action at this time.
0 commit comments