Reexport std::str::alloc. Windows still needs this. Issue #855

This commit is contained in:
Brian Anderson 2011-08-31 21:15:08 -07:00
parent 2c80556e00
commit 91f05fba11

View file

@ -8,7 +8,7 @@ export lteq;
// export hash; // export hash;
// export is_utf8; // export is_utf8;
// export is_ascii; // export is_ascii;
// export alloc; export alloc;
export byte_len; export byte_len;
export buf; export buf;
// export bytes; // export bytes;