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,
substr,
char_slice,
slice,
safe_slice,
//slice,
//safe_slice,
split,
splitn,
split_str,