Skip to content

Commit a1e8a5b

Browse files
authored
Merge pull request rust-lang#295 from Amjad50/fix-clippy
2 parents 439db66 + 23a9c39 commit a1e8a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/exp2.rs

+1-1
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)