diff options
| author | bors <bors@rust-lang.org> | 2013-12-14 10:41:24 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-12-14 10:41:24 -0800 |
| commit | 3d3a663d2530dd49fee235667e98f2767dfd1b57 (patch) | |
| tree | 1e6a43693425e4f74f162c236417f49890d46d24 /src/libstd | |
| parent | f73c9c9bbcaf1595f766ad8bb01e21c78fcba84b (diff) | |
| parent | a67b8863c2d2e31f834e7a2b39b0afa6f8be7492 (diff) | |
| download | rust-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.rs | 1 |
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:" |
