about summary refs log tree commit diff
path: root/src/libcore/rt.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-11-30 00:47:45 -0800
committerBrian Anderson <banderson@mozilla.com>2012-11-30 01:32:53 -0800
commitb52a4b412e515620c2c3ccbe8b7f8c7e0300f6ff (patch)
treebf47bce8679ce1dde1d1b4c172924858e1bfc737 /src/libcore/rt.rs
parent3ed9fbd63c6a3c6226bc466786e6d3c1bfec856d (diff)
downloadrust-b52a4b412e515620c2c3ccbe8b7f8c7e0300f6ff.tar.gz
rust-b52a4b412e515620c2c3ccbe8b7f8c7e0300f6ff.zip
core: Make core.rc more readable. Cleanup
Diffstat (limited to 'src/libcore/rt.rs')
-rw-r--r--src/libcore/rt.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcore/rt.rs b/src/libcore/rt.rs
index 04a8ee30235..22a13db5245 100644
--- a/src/libcore/rt.rs
+++ b/src/libcore/rt.rs
@@ -1,3 +1,5 @@
+#[legacy_exports];
+
 // NB: transitionary, de-mode-ing.
 #[forbid(deprecated_mode)];
 #[forbid(deprecated_pattern)];