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 {
24202420 nonzero_check ! ( i8 , core:: num:: NonZeroI8 , nonzero_check_new_unchecked_for_i8) ;
24212421 nonzero_check ! ( i16 , core:: num:: NonZeroI16 , nonzero_check_new_unchecked_for_16) ;
24222422 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) ;
24242424 nonzero_check ! ( i128 , core:: num:: NonZeroI128 , nonzero_check_new_unchecked_for_128) ;
24252425 nonzero_check ! ( isize , core:: num:: NonZeroIsize , nonzero_check_new_unchecked_for_isize) ;
24262426 nonzero_check ! ( u8 , core:: num:: NonZeroU8 , nonzero_check_new_unchecked_for_u8) ;
You can’t perform that action at this time.
0 commit comments