We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f0b919 + 4dc323f commit cd1216aCopy full SHA for cd1216a
src/libcore/num/mod.rs
@@ -418,7 +418,7 @@ pub trait Int: Primitive
418
(!self).count_ones()
419
}
420
421
- /// Returns the number of leading zeros in the in the binary representation
+ /// Returns the number of leading zeros in the binary representation
422
/// of the integer.
423
///
424
/// # Example
@@ -430,7 +430,7 @@ pub trait Int: Primitive
430
/// ```
431
fn leading_zeros(self) -> Self;
432
433
- /// Returns the number of trailing zeros in the in the binary representation
+ /// Returns the number of trailing zeros in the binary representation
434
435
436
0 commit comments