Skip to content

Commit 5a19baf

Browse files
killerswanbrson
authored andcommitted
Actually export the str::unsafe module for now
1 parent af2dd9b commit 5a19baf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/libcore/str.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ export
9898
escape_char,
9999
as_buf,
100100
//buf,
101-
sbuf;
101+
sbuf,
102+
103+
unsafe;
102104

103105

104106

0 commit comments

Comments
 (0)