This commit is contained in:
Ethan Brierley 2021-05-18 11:47:47 +01:00
parent b59f7d9662
commit 85b06e9c01

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.54.0")]
pub use core::num::IntErrorKind;
#[cfg(test)]