Skip to content

Commit 85b06e9

Browse files
committed
run tidy
1 parent b59f7d9 commit 85b06e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/num.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub use core::num::{NonZeroI128, NonZeroI16, NonZeroI32, NonZeroI64, NonZeroI8,
2222
#[stable(feature = "nonzero", since = "1.28.0")]
2323
pub use core::num::{NonZeroU128, NonZeroU16, NonZeroU32, NonZeroU64, NonZeroU8, NonZeroUsize};
2424

25-
#[stable(feature = "int_error_matching", since = "1.54.0")]
25+
#[stable(feature = "int_error_matching", since = "1.54.0")]
2626
pub use core::num::IntErrorKind;
2727

2828
#[cfg(test)]

0 commit comments

Comments
 (0)