Bump nzint_try_from_nzint_conv stabilization version to 1.49.
Missed the 1.48 cycle.
This commit is contained in:
parent
81edbbc2bf
commit
b9db54b3a2
@ -488,7 +488,7 @@ fn try_from(value: $Int) -> Result<Self, Self::Error> {
|
||||
|
||||
macro_rules! nzint_impl_try_from_nzint {
|
||||
($From:ty => $To:ty, $doc: expr) => {
|
||||
#[stable(feature = "nzint_try_from_nzint_conv", since = "1.48.0")]
|
||||
#[stable(feature = "nzint_try_from_nzint_conv", since = "1.49.0")]
|
||||
#[doc = $doc]
|
||||
impl TryFrom<$From> for $To {
|
||||
type Error = TryFromIntError;
|
||||
|
Loading…
Reference in New Issue
Block a user