We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59f7d9 commit 85b06e9Copy full SHA for 85b06e9
library/std/src/num.rs
@@ -22,7 +22,7 @@ pub use core::num::{NonZeroI128, NonZeroI16, NonZeroI32, NonZeroI64, NonZeroI8,
22
#[stable(feature = "nonzero", since = "1.28.0")]
23
pub use core::num::{NonZeroU128, NonZeroU16, NonZeroU32, NonZeroU64, NonZeroU8, NonZeroUsize};
24
25
- #[stable(feature = "int_error_matching", since = "1.54.0")]
+#[stable(feature = "int_error_matching", since = "1.54.0")]
26
pub use core::num::IntErrorKind;
27
28
#[cfg(test)]
0 commit comments