diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-10-01 16:11:02 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-10-01 16:11:37 -0700 |
| commit | 9c8ff357272253e32f73c8170685969fb36e3ba3 (patch) | |
| tree | a647b5038b11c039342d5ee9f7287f0435ddf481 /src/libcore/core.rc | |
| parent | c042e06908d0906422b20fbc0a0e815f92e2daee (diff) | |
De-export either. Part of #3583.
Diffstat (limited to 'src/libcore/core.rc')
| -rw-r--r-- | src/libcore/core.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libcore/core.rc b/src/libcore/core.rc index da50ff77c52..dfdd78d0591 100644 --- a/src/libcore/core.rc +++ b/src/libcore/core.rc @@ -184,7 +184,6 @@ mod ops; mod cmp; mod num; mod hash; -#[legacy_exports] mod either; #[legacy_exports] mod iter; |
