about summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-04-01 13:26:49 -0700
committerbors <bors@rust-lang.org>2014-04-01 13:26:49 -0700
commit1217cfb9e7e449c9ef5ee0844e7d3be324648f02 (patch)
treece831ee4530348b32b5ccbb6c0dfa1d15df3279e /src/libstd/lib.rs
parentb71c02e512fcfe18ea7a5a8a99ac758b4fa564a6 (diff)
parent5e12e1b1a49134f578e1778f4a1216221417bc5e (diff)
downloadrust-1217cfb9e7e449c9ef5ee0844e7d3be324648f02.tar.gz
rust-1217cfb9e7e449c9ef5ee0844e7d3be324648f02.zip
auto merge of #13225 : thestinger/rust/num, r=cmr
The `Float` trait methods will be usable as functions via UFCS, and
we came to a consensus to remove duplicate functions like this a long
time ago.

It does still make sense to keep the duplicate functions when the trait
methods are static, unless the decision to leave out the in-scope trait
name resolution for static methods changes.
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index ab75031e914..fb6c1b4c8a3 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -206,8 +206,6 @@ pub mod raw;
 /* For internal use, not exported */
 
 mod unicode;
-#[path = "num/cmath.rs"]
-mod cmath;
 
 // FIXME #7809: This shouldn't be pub, and it should be reexported under 'unstable'
 // but name resolution doesn't work without it being pub.