Skip to content

Commit

Permalink
Merge pull request #295 from Amjad50/fix-clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor authored Apr 30, 2024
2 parents 439db66 + 23a9c39 commit a1e8a5b
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 a1e8a5b

Please sign in to comment.