summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorKevin Cantu <me@kevincantu.org>2012-02-01 04:02:14 -0800
committerBrian Anderson <banderson@mozilla.com>2012-02-01 21:56:53 -0800
commit01c01f68afc58bc9a7a4d4b85805925d45a39ec7 (patch)
treeece0acf40b51963034b3dc63505c7cdee1bac7be /src/libcore
parentc71667d9d2e071fe3dba13179675739933116c2e (diff)
downloadrust-01c01f68afc58bc9a7a4d4b85805925d45a39ec7.tar.gz
rust-01c01f68afc58bc9a7a4d4b85805925d45a39ec7.zip
Stop exporting str::slice and str::safe_slice (use unsafe instead)
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/str.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcore/str.rs b/src/libcore/str.rs
index a2124880ea3..456e28c6ad8 100644
--- a/src/libcore/str.rs
+++ b/src/libcore/str.rs
@@ -38,8 +38,8 @@ export
    chars,
    substr,
    char_slice,
-   slice,
-   safe_slice,
+   //slice,
+   //safe_slice,
    split,
    splitn,
    split_str,