about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-12-14 10:41:24 -0800
committerbors <bors@rust-lang.org>2013-12-14 10:41:24 -0800
commit3d3a663d2530dd49fee235667e98f2767dfd1b57 (patch)
tree1e6a43693425e4f74f162c236417f49890d46d24 /src/libstd
parentf73c9c9bbcaf1595f766ad8bb01e21c78fcba84b (diff)
parenta67b8863c2d2e31f834e7a2b39b0afa6f8be7492 (diff)
downloadrust-3d3a663d2530dd49fee235667e98f2767dfd1b57.tar.gz
rust-3d3a663d2530dd49fee235667e98f2767dfd1b57.zip
auto merge of #10870 : ktt3ja/rust/issue-10865, r=alexcrichton
Fix #10865 and #10939. 
Diffstat (limited to 'src/libstd')
-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 72051a93398..5212b6fc15e 100644
--- a/src/libstd/num/cmath.rs
+++ b/src/libstd/num/cmath.rs
@@ -10,6 +10,7 @@
 
 #[allow(missing_doc)];
 #[allow(non_uppercase_statics)];
+#[allow(dead_code)];
 
 // function names are almost identical to C's libmath, a few have been
 // renamed, grep for "rename:"