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.
clippy::deprecated_cfg_attr
1 parent 439db66 commit 23a9c39Copy full SHA for 23a9c39
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