Stop exporting str::slice and str::safe_slice (use unsafe instead)

This commit is contained in:
Kevin Cantu
2012-02-01 04:02:14 -08:00
committed by Brian Anderson
parent c71667d9d2
commit 01c01f68af

View File

@@ -38,8 +38,8 @@ export
chars, chars,
substr, substr,
char_slice, char_slice,
slice, //slice,
safe_slice, //safe_slice,
split, split,
splitn, splitn,
split_str, split_str,