Skip to content

Commit

Permalink
run tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
eopb committed Jun 14, 2021
1 parent b59f7d9 commit 85b06e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/num.rs
Expand Up @@ -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)]
Expand Down

0 comments on commit 85b06e9

Please sign in to comment.