summaryrefslogtreecommitdiff
path: root/tests/test_cmath.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cmath.rs')
-rw-r--r--tests/test_cmath.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmath.rs b/tests/test_cmath.rs
index baa89dbb..03c02ae7 100644
--- a/tests/test_cmath.rs
+++ b/tests/test_cmath.rs
@@ -1,4 +1,4 @@
-#[allow(dead_code, non_camel_case_types, non_upper_case_globals, raw_pointer_derive)]
+#[allow(dead_code, non_camel_case_types)]
pub mod ffi { bindgen!("/usr/include/math.h", link = "m"); }
#[test]