Skip to content

Commit f995d43

Browse files
committed
rustfmt
1 parent c537de2 commit f995d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/int/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ intrinsics! {
323323
// This method using `(x >= power-of-two) as usize` to test if the higher bits are zero is
324324
// branchless on most architectures (performed on many architectures with a single
325325
// set-if-more-than-or-equal instruction, or done with some kind of conditional move).
326-
326+
327327
let mut x = x;
328328
// The number of potential leading zeros
329329
let mut z = {

0 commit comments

Comments
 (0)