about summary refs log tree commit diff
path: root/src/libcore/float.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-03-13 14:39:28 -0700
committerBrian Anderson <banderson@mozilla.com>2012-03-13 15:14:17 -0700
commitb968c8e6cd362567bf0047a96d261691dfca43e8 (patch)
tree9cec3e42976bef8815df2a5710083d2bb518b651 /src/libcore/float.rs
parenta38ccf12547b1bdb37dce3c7edca5b95a898326a (diff)
downloadrust-b968c8e6cd362567bf0047a96d261691dfca43e8.tar.gz
rust-b968c8e6cd362567bf0047a96d261691dfca43e8.zip
Name types after their modules instead of 't'
Diffstat (limited to 'src/libcore/float.rs')
-rw-r--r--src/libcore/float.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcore/float.rs b/src/libcore/float.rs
index aec7fd8b0ed..e9aa803e137 100644
--- a/src/libcore/float.rs
+++ b/src/libcore/float.rs
@@ -26,8 +26,6 @@ export j0, j1, jn, y0, y1, yn;
 import m_float = f64;
 import f64::*;
 
-type t = float;
-
 /**
  * Section: String Conversions
  */