1
Fork 0

postpone stabilizaton by one release

This commit is contained in:
Ethan Brierley 2021-06-22 10:20:56 +01:00
parent 85b06e9c01
commit 52a6885c50
3 changed files with 9 additions and 9 deletions

View file

@ -22,7 +22,7 @@ pub use core::num::{NonZeroI128, NonZeroI16, NonZeroI32, NonZeroI64, NonZeroI8,
#[stable(feature = "nonzero", since = "1.28.0")]
pub use core::num::{NonZeroU128, NonZeroU16, NonZeroU32, NonZeroU64, NonZeroU8, NonZeroUsize};
#[stable(feature = "int_error_matching", since = "1.54.0")]
#[stable(feature = "int_error_matching", since = "1.55.0")]
pub use core::num::IntErrorKind;
#[cfg(test)]