Skip to content

Commit

Permalink
Fix clippy::deprecated_cfg_attr on compiler_builtins
Browse files Browse the repository at this point in the history
  • Loading branch information
Amjad50 committed Apr 30, 2024
1 parent 439db66 commit 23a9c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/exp2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use super::scalbn;

const TBLSIZE: usize = 256;

#[cfg_attr(rustfmt, rustfmt_skip)]
#[rustfmt::skip]
static TBL: [u64; TBLSIZE * 2] = [
// exp2(z + eps) eps
0x3fe6a09e667f3d5d, 0x3d39880000000000,
Expand Down

0 comments on commit 23a9c39

Please sign in to comment.