We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 439db66 + 23a9c39 commit a1e8a5bCopy full SHA for a1e8a5b
src/math/exp2.rs
@@ -28,7 +28,7 @@ use super::scalbn;
28
29
const TBLSIZE: usize = 256;
30
31
-#[cfg_attr(rustfmt, rustfmt_skip)]
+#[rustfmt::skip]
32
static TBL: [u64; TBLSIZE * 2] = [
33
// exp2(z + eps) eps
34
0x3fe6a09e667f3d5d, 0x3d39880000000000,
0 commit comments