diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-09-28 14:54:25 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-09-28 14:54:39 -0700 |
| commit | 94f7bf98f96a14fa14c45723a9e40f348ab9d655 (patch) | |
| tree | c6c3cb6baf0ca42d80b0f1e33116ffa6fba98404 /src/libcore/uint-template.rs | |
| parent | 2f4ee891199d3dffd8382742f576c3e78081634e (diff) | |
Finish de-exporting uint modules. Part of #3583.
Diffstat (limited to 'src/libcore/uint-template.rs')
| -rw-r--r-- | src/libcore/uint-template.rs | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/libcore/uint-template.rs b/src/libcore/uint-template.rs index 6757946c334..eb58d17c5f1 100644 --- a/src/libcore/uint-template.rs +++ b/src/libcore/uint-template.rs @@ -6,20 +6,6 @@ use T = inst::T; use cmp::{Eq, Ord}; use from_str::FromStr; -export min_value, max_value; -export min, max; -export add, sub, mul, div, rem; -export lt, le, eq, ne, ge, gt; -export is_positive, is_negative; -export is_nonpositive, is_nonnegative; -export range; -export compl; -export to_str, to_str_bytes; -export from_str, from_str_radix, str, parse_bytes; -export num, ord, eq, times, timesi; -export bits, bytes; -export str; - pub const bits : uint = inst::bits; pub const bytes : uint = (inst::bits / 8); |
