diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-10-04 13:49:37 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-10-04 13:50:02 -0700 |
| commit | 6ffce1a1c305d2bfeb530bac7628e2f28b4b880c (patch) | |
| tree | aedcfd71100fbafff3b1cee979e05d83265cc183 /src/libcore/core.rc | |
| parent | a06b90322cb4b61a3a20e12ab3406cff809c586c (diff) | |
De-export extfmt. 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 0a8641b4a1b..d59eabb22c1 100644 --- a/src/libcore/core.rc +++ b/src/libcore/core.rc @@ -246,7 +246,6 @@ pub mod reflect; // Modules supporting compiler-generated code // Exported but not part of the public interface -#[legacy_exports] pub mod extfmt; // The test harness links against core, so don't include runtime in tests. #[cfg(notest)] |
