Skip to content

Commit 01c01f6

Browse files
killerswanbrson
authored andcommitted
Stop exporting str::slice and str::safe_slice (use unsafe instead)
1 parent c71667d commit 01c01f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/str.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ export
3838
chars,
3939
substr,
4040
char_slice,
41-
slice,
42-
safe_slice,
41+
//slice,
42+
//safe_slice,
4343
split,
4444
splitn,
4545
split_str,

0 commit comments

Comments
 (0)