Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronKutch committed Jul 10, 2020
1 parent c537de2 commit f995d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/int/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ intrinsics! {
// This method using `(x >= power-of-two) as usize` to test if the higher bits are zero is
// branchless on most architectures (performed on many architectures with a single
// set-if-more-than-or-equal instruction, or done with some kind of conditional move).

let mut x = x;
// The number of potential leading zeros
let mut z = {
Expand Down

0 comments on commit f995d43

Please sign in to comment.