Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 18f5971

Browse files
authored
Merge pull request #295 from Amjad50/fix-clippy
2 parents 53c54cb + d850a49 commit 18f5971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libm/src/math/exp2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ use super::scalbn;
2828

2929
const TBLSIZE: usize = 256;
3030

31-
#[cfg_attr(rustfmt, rustfmt_skip)]
31+
#[rustfmt::skip]
3232
static TBL: [u64; TBLSIZE * 2] = [
3333
// exp2(z + eps) eps
3434
0x3fe6a09e667f3d5d, 0x3d39880000000000,

0 commit comments

Comments
 (0)