Skip to content

Commit dd85395

Browse files
Amjad50Amanieu
authored andcommitted
Updated libm to fix clippy warning
1 parent e0e5bb4 commit dd85395

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Diff for: src/lib.rs

-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ mod macros;
4545
pub mod float;
4646
pub mod int;
4747

48-
// For some reason, we still get clippy error `clippy::deprecated_cfg_attr` even though, we have
49-
// used `allow(clippy::all)` in the file. So, we are disabling the clippy check for this file.
50-
#[cfg(not(clippy))]
5148
pub mod math;
5249
pub mod mem;
5350

0 commit comments

Comments
 (0)