diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-09-28 12:30:11 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-09-28 12:30:18 -0700 |
| commit | 3eb7b5ca13d2e7118c674082ae12acc2f0b40617 (patch) | |
| tree | 035aad6f8d0df074ca0eea91bb672e0ae0523a9d /src/libcore/core.rc | |
| parent | 0792ebe08af6fbf80d89eeb3ee23241dce05a5b7 (diff) | |
De-export ops, cmp, num. Part of #3583.
Diffstat (limited to 'src/libcore/core.rc')
| -rw-r--r-- | src/libcore/core.rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libcore/core.rc b/src/libcore/core.rc index ea2645107cf..146ce946e60 100644 --- a/src/libcore/core.rc +++ b/src/libcore/core.rc @@ -206,11 +206,8 @@ mod uniq; // Ubiquitous-utility-type modules #[cfg(notest)] -#[legacy_exports] mod ops; -#[legacy_exports] mod cmp; -#[legacy_exports] mod num; #[legacy_exports] mod hash; |
