@@ -477,8 +477,10 @@ nzint_impl_try_from_int! { u16, NonZeroU16, #[stable(feature = "nzint_try_from_i
477
477
nzint_impl_try_from_int ! { u32 , NonZeroU32 , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
478
478
nzint_impl_try_from_int ! { u64 , NonZeroU64 , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
479
479
nzint_impl_try_from_int ! { u128 , NonZeroU128 , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
480
+ nzint_impl_try_from_int ! { usize , NonZeroUsize , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
480
481
nzint_impl_try_from_int ! { i8 , NonZeroI8 , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
481
482
nzint_impl_try_from_int ! { i16 , NonZeroI16 , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
482
483
nzint_impl_try_from_int ! { i32 , NonZeroI32 , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
483
484
nzint_impl_try_from_int ! { i64 , NonZeroI64 , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
484
485
nzint_impl_try_from_int ! { i128 , NonZeroI128 , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
486
+ nzint_impl_try_from_int ! { isize , NonZeroIsize , #[ stable( feature = "nzint_try_from_int_conv" , since = "1.46.0" ) ] }
0 commit comments