Skip to content

Commit b9db54b

Browse files
committed
Bump nzint_try_from_nzint_conv stabilization version to 1.49.
Missed the 1.48 cycle.
1 parent 81edbbc commit b9db54b

File tree

1 file changed

+1
-1
lines changed
  • library/core/src/convert

1 file changed

+1
-1
lines changed

library/core/src/convert/num.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ nzint_impl_try_from_int! { isize, NonZeroIsize, #[stable(feature = "nzint_try_fr
488488

489489
macro_rules! nzint_impl_try_from_nzint {
490490
($From:ty => $To:ty, $doc: expr) => {
491-
#[stable(feature = "nzint_try_from_nzint_conv", since = "1.48.0")]
491+
#[stable(feature = "nzint_try_from_nzint_conv", since = "1.49.0")]
492492
#[doc = $doc]
493493
impl TryFrom<$From> for $To {
494494
type Error = TryFromIntError;

0 commit comments

Comments
 (0)