about summary refs log tree commit diff
path: root/src/libcore/rt.rs
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-02-27 19:53:31 -0800
committerBrian Anderson <banderson@mozilla.com>2013-03-01 14:55:47 -0800
commitbcf626812b88f63932c541f81c7f68360e31a7c1 (patch)
tree5049b1f9dd5bb7d6f384202145cea2c939adb773 /src/libcore/rt.rs
parentcab8ec242bc34dceb8aded6ec71ddf17e5966d86 (diff)
downloadrust-bcf626812b88f63932c541f81c7f68360e31a7c1.tar.gz
rust-bcf626812b88f63932c541f81c7f68360e31a7c1.zip
Rename core::private to core::unstable. #4743
Diffstat (limited to 'src/libcore/rt.rs')
-rw-r--r--src/libcore/rt.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/rt.rs b/src/libcore/rt.rs
index 5d0bad3ceb3..a4f90e37683 100644
--- a/src/libcore/rt.rs
+++ b/src/libcore/rt.rs
@@ -15,7 +15,7 @@ use libc::{c_char, c_uchar, c_void, size_t, uintptr_t, c_int};
 use managed::raw::BoxRepr;
 use str;
 use sys;
-use private::exchange_alloc;
+use unstable::exchange_alloc;
 use cast::transmute;
 
 use gc::{cleanup_stack_for_failure, gc, Word};