Skip to content

Commit cd1216a

Browse files
committed
auto merge of #16152 : tshepang/rust/patch-1, r=alexcrichton
2 parents 9f0b919 + 4dc323f commit cd1216a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/num/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ pub trait Int: Primitive
418418
(!self).count_ones()
419419
}
420420

421-
/// Returns the number of leading zeros in the in the binary representation
421+
/// Returns the number of leading zeros in the binary representation
422422
/// of the integer.
423423
///
424424
/// # Example
@@ -430,7 +430,7 @@ pub trait Int: Primitive
430430
/// ```
431431
fn leading_zeros(self) -> Self;
432432

433-
/// Returns the number of trailing zeros in the in the binary representation
433+
/// Returns the number of trailing zeros in the binary representation
434434
/// of the integer.
435435
///
436436
/// # Example

0 commit comments

Comments
 (0)