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.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/num/cmath.rs b/src/libstd/num/cmath.rs
index 9626224916b..96d3b79e338 100644
--- a/src/libstd/num/cmath.rs
+++ b/src/libstd/num/cmath.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#[allow(missing_doc)];
+
 // function names are almost identical to C's libmath, a few have been
 // renamed, grep for "rename:"