about summary refs log tree commit diff
path: root/src/libcore/core.rc
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-09-18 17:34:08 -0700
committerBrian Anderson <banderson@mozilla.com>2012-09-18 19:36:25 -0700
commit2906f2de31d3a4709a2e028c5cefe3274df1edd2 (patch)
tree608d302d2da9538bc12cdf286437a6cd654c7535 /src/libcore/core.rc
parent77480e8e44d9c5a6858172faeb291496314cf739 (diff)
core: Rename 'unsafe' mod to 'cast'
Diffstat (limited to 'src/libcore/core.rc')
-rw-r--r--src/libcore/core.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcore/core.rc b/src/libcore/core.rc
index 971f8b57170..e732bcdb2fb 100644
--- a/src/libcore/core.rc
+++ b/src/libcore/core.rc
@@ -41,7 +41,7 @@ export uint, u8, u16, u32, u64;
 export float, f32, f64;
 export box, char, str, ptr, vec, at_vec, bool;
 export either, option, result, iter;
-export gc, io, libc, os, run, rand, sys, unsafe, logging;
+export gc, io, libc, os, run, rand, sys, cast, logging;
 export comm, task, future, pipes;
 export extfmt;
 // The test harness links against core, so don't include runtime in tests.
@@ -228,7 +228,7 @@ mod path;
 mod rand;
 mod run;
 mod sys;
-mod unsafe;
+mod cast;
 mod mutable;
 mod flate;
 mod repr;