Skip to content

Commit b274022

Browse files
committed
Made a macro name consistent.
1 parent 84d88f2 commit b274022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/num/nonzero.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ macro_rules! nonzero_unsigned_is_power_of_two {
897897
nonzero_unsigned_is_power_of_two! { NonZeroU8 NonZeroU16 NonZeroU32 NonZeroU64 NonZeroU128 NonZeroUsize }
898898

899899
macro_rules! nonzero_min_max {
900-
( $( $min:expr , $Ty: ident($Int: ty); )+ ) => {
900+
( $( $MinVal:expr , $Ty: ident($Int: ty); )+ ) => {
901901
$(
902902
impl $Ty {
903903
#[unstable(feature = "nonzero_max", issue = "89065")]

0 commit comments

Comments
 (0)