Skip to content

Commit 91f05fb

Browse files
committed
Reexport std::str::alloc. Windows still needs this. Issue #855
1 parent 2c80556 commit 91f05fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/str.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export lteq;
88
// export hash;
99
// export is_utf8;
1010
// export is_ascii;
11-
// export alloc;
11+
export alloc;
1212
export byte_len;
1313
export buf;
1414
// export bytes;

0 commit comments

Comments
 (0)