about summary refs log tree commit diff
path: root/src/libstd/num/cmath.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/num/cmath.rs')
-rw-r--r--src/libstd/num/cmath.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/num/cmath.rs b/src/libstd/num/cmath.rs
index 96d3b79e338..c89fc73693c 100644
--- a/src/libstd/num/cmath.rs
+++ b/src/libstd/num/cmath.rs
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 #[allow(missing_doc)];
+#[allow(non_uppercase_statics)];
 
 // function names are almost identical to C's libmath, a few have been
 // renamed, grep for "rename:"