We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c25b979 + b8eb1f1 commit fd79e77Copy full SHA for fd79e77
library/core/src/num/diy_float.rs
@@ -65,7 +65,7 @@ impl Fp {
65
f <<= 1;
66
e -= 1;
67
}
68
- debug_assert!(f >= (1 >> 63));
+ debug_assert!(f >= (1 << 63));
69
Fp { f, e }
70
71
0 commit comments